Skip to content

Commit 5558e6e

Browse files
Decrease sleep duration in Expensive Test job
Reduced sleep time for the Expensive Test job in the merge queue workflow.
1 parent fcac23b commit 5558e6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
pull_request:
66
branches: [main]
77
merge_group:
8-
branches: [main]
98

109
jobs:
1110
unit-test:
@@ -22,7 +21,7 @@ jobs:
2221
steps:
2322
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2423
- name: Run Expensive Test
25-
run: ./scripts/test.sh sleep 10
24+
run: ./scripts/test.sh sleep 2
2625

2726
# Scenario: Job that only runs on PRs (e.g., quick linting, or checks not needed for merge)
2827
pr-exclusive:

0 commit comments

Comments
 (0)