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 9b9dc46 commit 807146d
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 @@ -71,4 +72,4 @@ jobs:
--provenance=false \
--build-arg TAG=$IMAGE_TAG \
--file build/Dockerfile \
--tag=quay.io/microcks/microcks-ansible-operator:$IMAGE_TAG .
--tag=quay.io/microcks/microcks-ansible-operator:$IMAGE_TAG .

0 comments on commit 807146d

Please sign in to comment.