Skip to content

Commit

Permalink
CI: add the ci_started job (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 28, 2023
1 parent 6519ab5 commit 25cd2e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ concurrency:
group: ${{ github.head_ref || github.ref_name || github.run_id }}
cancel-in-progress: true
jobs:
ci_started:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- run: exit 0
test:
timeout-minutes: 90
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 25cd2e4

Please sign in to comment.