File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727
2828jobs :
2929 affected :
30- name : Finding affected tests
30+ name : (legacy) Finding affected tests
3131 runs-on : ubuntu-latest
3232 timeout-minutes : 2
3333 outputs :
6262
6363 nodejs-test :
6464 if : github.event.pull_request && github.event.pull_request.head.repo.fork == false
65- name : test
65+ name : (legacy) test
6666 needs : affected
6767 runs-on : ubuntu-latest
6868 timeout-minutes : 120 # 2 hours hard limit
Original file line number Diff line number Diff line change 3131# TODO: remove all jobs except region-tags (should be tested by custard-run workflows)
3232jobs :
3333 affected :
34- name : Finding affected tests (legacy)
34+ name : (legacy) Finding affected tests
3535 runs-on : ubuntu-latest
3636 timeout-minutes : 2
3737 outputs :
@@ -123,7 +123,7 @@ jobs:
123123
124124 test :
125125 if : github.event.pull_request && github.event.pull_request.head.repo.fork == false
126- name : test (legacy)
126+ name : (legacy) test
127127 needs : affected
128128 runs-on : ubuntu-latest
129129 timeout-minutes : 120 # 2 hours hard limit
You can’t perform that action at this time.
0 commit comments