Skip to content

Commit

Permalink
CI: add workflow_dispatch trigger to all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Dec 31, 2024
1 parent 16cafa1 commit 99cad08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
# test PRs targeting this branch code
branches: [ "master" ]

workflow_dispatch:

concurrency:
# Cancel ongoing tests in case of push to the same PR or staging branch,
# but let previous master commit tests complete.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
push:
branches: [ "auto" ]

workflow_dispatch:

concurrency:
# Cancel ongoing tests in case of push to staging branch.
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 99cad08

Please sign in to comment.