Skip to content

Commit 611e37b

Browse files
committed
fix
1 parent 7e83b49 commit 611e37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-smoke-test-quarkus-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- ".github/workflows/reusable-pr-smoke-test-images.yml"
99
branches:
1010
- main
11+
workflow_dispatch:
1112

1213
permissions:
1314
contents: read

.github/workflows/publish-smoke-test-quarkus-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- ".github/workflows/reusable-publish-smoke-test-images.yml"
99
branches:
1010
- main
11+
workflow_dispatch:
1112

1213
jobs:
1314
publish:
@@ -19,8 +20,6 @@ jobs:
1920
skip-java-11: true
2021

2122
workflow-notification:
22-
permissions:
23-
issues: write
2423
needs:
2524
- publish
2625
if: always()

0 commit comments

Comments
 (0)