Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/test-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ on:
branches:
- next
- main
# Allow running the acceptance suite against any branch by hand.
#
# The pull_request trigger above does not fire when a PR's head branch is
# updated by merging another PR into it, so a stacked release branch can end
# up with no acceptance run at all. workflow_dispatch is the only way to
# exercise that code before it reaches main.
#
# Note GitHub takes the workflow definition from the ref you dispatch, so a
# branch can only be dispatched once it also carries this block.
workflow_dispatch: {}

jobs:
acceptance:
Expand Down
Loading