Skip to content

Commit

Permalink
Update build-verify.yml to exclude CODE_OF_CONDUCT*
Browse files Browse the repository at this point in the history
Add CODE_OF_CONDUCT to exclusion regex to avoid repo/workflow auto-build process issues, ref: microcks/.github#16
  • Loading branch information
yada authored Aug 21, 2024
1 parent 040f29c commit 6d321f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
jobs:
build-verify-package:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -58,4 +59,4 @@ jobs:
--platform=linux/amd64,linux/arm64 \
--builder=$BUILDER \
--build-arg TAG=$IMAGE_TAG \
--tag=microcks/microcks-docker-desktop-extension:$IMAGE_TAG .
--tag=microcks/microcks-docker-desktop-extension:$IMAGE_TAG .

0 comments on commit 6d321f6

Please sign in to comment.