Skip to content

Commit 21eb1d7

Browse files
authored
Add condition to ecosystem CI workflow (#175)
1 parent cef6eaf commit 21eb1d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/quarkus-snapshot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
jobs:
1515
build:
16+
if: github.event_name == 'workflow_dispatch' || github.actor == 'quarkusbot' || github.actor == 'quarkiversebot'
1617
uses: quarkiverse/.github/.github/workflows/quarkus-ecosystem-ci.yml@main
1718
secrets: inherit
1819
with:

0 commit comments

Comments
 (0)