Skip to content

Commit

Permalink
Update build-package.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 aac0ca2 commit 97b3c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'ROADMAP*'
- 'SECURITY*'
- 'GOVERNANCE*'
- 'CODE_OF_CONDUCT*'
pull_request:
paths-ignore:
- '.github/**'
Expand All @@ -21,6 +22,7 @@ on:
- 'ROADMAP*'
- 'SECURITY*'
- 'GOVERNANCE*'
- 'CODE_OF_CONDUCT*'
permissions: read-all
jobs:
build-package:
Expand Down Expand Up @@ -68,4 +70,4 @@ jobs:
--provenance=false \
--build-arg TAG=$IMAGE_TAG \
--file Dockerfile.ubi-minimal \
--tag=quay.io/microcks/microcks-postman-runtime:$IMAGE_TAG .
--tag=quay.io/microcks/microcks-postman-runtime:$IMAGE_TAG .

0 comments on commit 97b3c50

Please sign in to comment.