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 04b4919 commit 8c88e90Copy full SHA for 8c88e90
.github/workflows/merge-queue-demo.yaml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
47
- name: Run Flaky Test
48
# Change 'pass' to 'flaky' to simulate flakiness
49
- run: ./scripts/test.sh flaky
+ run: ./scripts/test.sh pass
50
51
# Scenario: Semantic Conflict Simulation
52
# This job checks a version file. If two PRs change it incompatibly, this fails.
0 commit comments