Skip to content

Commit 25cd2e4

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
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)