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 65bd41f commit 11564feCopy full SHA for 11564fe
.github/workflows/merge-queue-demo.yaml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
23
- name: Run Expensive Test
24
- run: ./scripts/test.sh sleep 2
+ run: ./scripts/test.sh sleep 5
25
26
# Scenario: Job that only runs on PRs (e.g., quick linting, or checks not needed for merge)
27
pr-exclusive:
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Run Flaky Test
48
# Change 'pass' to 'flaky' to simulate flakiness
49
- run: ./scripts/test.sh pass
+ run: ./scripts/test.sh flaky
50
51
# Scenario: Semantic Conflict Simulation
52
# This job checks a version file. If two PRs change it incompatibly, this fails.
0 commit comments