File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 main :
1010 name : Check available vars and secrets
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Check vars
1414 run : |
Original file line number Diff line number Diff line change 4949 build-l2-relayer]
5050 name : Check pipeline completion
5151 if : ${{ !cancelled() }}
52- runs-on : ubuntu-latest
52+ runs-on : ubuntu-24.04
5353 steps :
5454 - name : All nightly tests completed
5555 run : |
5959
6060 slack :
6161 name : Slack notification
62- runs-on : ubuntu-latest
62+ runs-on : ubuntu-24.04
6363 needs : [check-pipeline-completion]
6464 if : >
6565 !cancelled() &&
Original file line number Diff line number Diff line change 3131
3232 slack-notification :
3333 name : Slack notification
34- runs-on : ubuntu-20 .04
34+ runs-on : ubuntu-24 .04
3535 needs : [test]
3636 if : >
3737 !cancelled() &&
You can’t perform that action at this time.
0 commit comments