File tree Expand file tree Collapse file tree 8 files changed +26
-10
lines changed Expand file tree Collapse file tree 8 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ jobs:
183183 token : ${{ secrets.PERSONAL_TOKEN }}
184184 wait-for-completion-interval : 10s
185185 wait-for-completion-timeout : 120s
186+ display-workflow-run-url-interval : 10s
187+ display-workflow-run-url-timeout : 120s
186188 workflow-logs : print
187189 continue-on-error : true
188190 - uses : nick-invision/assert-action@v1
Original file line number Diff line number Diff line change 11name : Message Echo 1
22
3- on :
3+ on :
4+ pull_request :
5+ branches : [ master ]
46 workflow_dispatch :
57 inputs :
68 message :
Original file line number Diff line number Diff line change 11name : Message Echo 2
22
3- on :
3+ on :
4+ pull_request :
5+ branches : [ master ]
46 workflow_dispatch :
57 inputs :
68 message :
1315 runs-on : ubuntu-latest
1416 steps :
1517 - name : Echo message
16- run : echo '${{ github.event.inputs.message }}'
18+ run : echo '${{ github.event.inputs.message }}'
Original file line number Diff line number Diff line change 11name : Failing
22
3- on :
3+ on :
4+ pull_request :
5+ branches : [ master ]
46 workflow_dispatch :
57
68jobs :
Original file line number Diff line number Diff line change 11name : Long running
22
3- on :
3+ on :
4+ pull_request :
5+ branches : [ master ]
46 workflow_dispatch :
57
68jobs :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Named run
22run-name : ${{ inputs.run-name }}
33
44on :
5+ pull_request :
6+ branches : [ master ]
57 workflow_dispatch :
68 inputs :
79 run-name :
Original file line number Diff line number Diff line change 11name : Retrieve logs
22
3- on :
3+ on :
4+ pull_request :
5+ branches : [ master ]
46 workflow_dispatch :
57
68jobs :
@@ -13,14 +15,14 @@ jobs:
1315 do
1416 echo "Hello $i"
1517 sleep 0.1
16- done
17-
18+ done
19+
1820 timeout :
1921 runs-on : ubuntu-latest
2022 steps :
2123 - name : Sleep
2224 run : sleep 1200s
23-
25+
2426 more-real-example :
2527 runs-on : ubuntu-latest
2628 steps :
Original file line number Diff line number Diff line change 11name : Timeout
22
3- on :
3+ on :
4+ pull_request :
5+ branches : [ master ]
46 workflow_dispatch :
57
68jobs :
You can’t perform that action at this time.
0 commit comments