File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
# because there doesn't appear to be anything to wait for. To avoid that,
57
57
# explicitly wait for one LUCI test by name first.
58
58
- name : Wait for test check-in
59
- uses : lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f
59
+ uses : lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
60
60
with :
61
61
ref : ${{ github.sha }}
62
62
check-name : ' Linux ci_yaml packages roller'
68
68
69
69
# This workflow should be the last to run. So wait for all the other tests to succeed.
70
70
- name : Wait on all tests
71
- uses : lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f
71
+ uses : lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
72
72
with :
73
73
ref : ${{ github.sha }}
74
74
running-workflow-name : ' release'
You can’t perform that action at this time.
0 commit comments