Skip to content

Commit

Permalink
Allow worflow_dispatch to trigger the job
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored Jan 30, 2025
1 parent c653e71 commit bf3453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: "Build"
runs-on: ubuntu-latest
if: github.actor == 'quarkusbot'
if: github.actor == 'quarkusbot' || github.event_name == 'workflow_dispatch'
steps:
- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit bf3453a

Please sign in to comment.