We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef6eaf commit 21eb1d7Copy full SHA for 21eb1d7
1 file changed
.github/workflows/quarkus-snapshot.yaml
@@ -13,6 +13,7 @@ concurrency:
13
14
jobs:
15
build:
16
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'quarkusbot' || github.actor == 'quarkiversebot'
17
uses: quarkiverse/.github/.github/workflows/quarkus-ecosystem-ci.yml@main
18
secrets: inherit
19
with:
0 commit comments