File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 runs-on : ${{ matrix.os }}
12+ timeout-minutes : 30
1213 strategy :
1314 fail-fast : false
1415 matrix :
Original file line number Diff line number Diff line change 1313 build :
1414 name : Lint
1515 runs-on : ubuntu-latest
16+ timeout-minutes : 30
1617 if : github.event.pull_request.draft == false
1718 steps :
1819 - name : Checkout
Original file line number Diff line number Diff line change 1111 publish-github-packages :
1212 if : github.ref == 'refs/heads/main'
1313 runs-on : ubuntu-latest
14+ timeout-minutes : 30
1415 permissions :
1516 packages : write
1617 steps :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ permissions:
1515jobs :
1616 report :
1717 runs-on : ubuntu-latest
18+ timeout-minutes : 30
1819 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' }}
1920 steps :
2021 - name : Create Test Report
Original file line number Diff line number Diff line change 1111jobs :
1212 snapshot :
1313 runs-on : ubuntu-latest
14+ timeout-minutes : 30
1415 environment : ci
1516 strategy :
1617 fail-fast : false
You can’t perform that action at this time.
0 commit comments