Skip to content

Commit fcac23b

Browse files
Modify merge queue demo workflow settings (#3)
1 parent d1bf712 commit fcac23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-queue-demo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: [main]
77
merge_group:
8-
types: [checks_requested]
8+
branches: [main]
99

1010
jobs:
1111
unit-test:
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
- name: Run Flaky Test
4949
# Change 'pass' to 'flaky' to simulate flakiness
50-
run: ./scripts/test.sh pass
50+
run: ./scripts/test.sh flaky
5151

5252
# Scenario: Semantic Conflict Simulation
5353
# This job checks a version file. If two PRs change it incompatibly, this fails.

0 commit comments

Comments
 (0)