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 d759278 commit d903687
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 @@ -5,12 +5,14 @@ on:
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
jobs:
build-package-container-images:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
--provenance=false \
--build-arg TAG=v1.8.9-alpine \
--file Dockerfile \
--tag=quay.io/microcks/grpcurl:v1.8.9-alpine .
--tag=quay.io/microcks/grpcurl:v1.8.9-alpine .

0 comments on commit d903687

Please sign in to comment.