Skip to content

Commit 25cd2e4

Browse files
authored
CI: add the ci_started job (#776)
1 parent 6519ab5 commit 25cd2e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ concurrency:
1313
group: ${{ github.head_ref || github.ref_name || github.run_id }}
1414
cancel-in-progress: true
1515
jobs:
16+
ci_started:
17+
timeout-minutes: 3
18+
runs-on: ubuntu-latest
19+
steps:
20+
- run: exit 0
1621
test:
1722
timeout-minutes: 90
1823
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)