We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bf712 commit fcac23bCopy full SHA for fcac23b
.github/workflows/merge-queue-demo.yaml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
branches: [main]
7
merge_group:
8
- types: [checks_requested]
+ branches: [main]
9
10
jobs:
11
unit-test:
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
48
- name: Run Flaky Test
49
# Change 'pass' to 'flaky' to simulate flakiness
50
- run: ./scripts/test.sh pass
+ run: ./scripts/test.sh flaky
51
52
# Scenario: Semantic Conflict Simulation
53
# This job checks a version file. If two PRs change it incompatibly, this fails.
0 commit comments