Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Feb 5, 2025
1 parent ed73c38 commit d025c9d
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release/*
merge_group:
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- v1.*
- cloudfoundry
- gh-pages
merge_group:
schedule:
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-petclinic-benchmark-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "benchmark-overhead/Dockerfile.petclinic"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-smoke-test-early-jdk8-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- ".github/workflows/pr-smoke-test-early-jdk8-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- ".github/workflows/publish-smoke-test-fake-backend-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-smoke-test-grpc-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ".github/workflows/reusable-publish-smoke-test-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-smoke-test-play-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ".github/workflows/reusable-publish-smoke-test-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-smoke-test-quarkus-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ".github/workflows/reusable-publish-smoke-test-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ".github/workflows/reusable-publish-smoke-test-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-smoke-test-servlet-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- ".github/workflows/publish-smoke-test-servlet-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-smoke-test-spring-boot-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ".github/workflows/reusable-publish-smoke-test-images.yml"
branches:
- main
merge_group:
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit d025c9d

Please sign in to comment.