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 a84c8c1 commit 27d1b44
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-grpc-hello:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -201,4 +203,4 @@ jobs:
if: github.repository_owner == 'microcks' && steps.changes.outputs.shift-left-demo-sb == 'true'
run: |
cd shift-left-demo/spring-boot-order-service-devtools
mvn -B clean package
mvn -B clean package

0 comments on commit 27d1b44

Please sign in to comment.