File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 comment-on-pr :
16- runs-on : ubuntu-latest
16+ runs-on :
17+ group : databricks-deco-testing-runner-group
18+ labels : ubuntu-latest-deco
19+
1720 permissions :
1821 pull-requests : write
1922
Original file line number Diff line number Diff line change 99jobs :
1010 check-token :
1111 name : Check secrets access
12- runs-on : ubuntu-latest
12+
13+ runs-on :
14+ group : databricks-deco-testing-runner-group
15+ labels : ubuntu-latest-deco
16+
1317 environment : " test-trigger-is"
1418 outputs :
1519 has_token : ${{ steps.set-token-status.outputs.has_token }}
2731
2832 trigger-tests :
2933 name : Trigger Tests
30- runs-on : ubuntu-latest
34+
35+ runs-on :
36+ group : databricks-deco-testing-runner-group
37+ labels : ubuntu-latest-deco
38+
3139 needs : check-token
3240 if : github.event_name == 'pull_request' && needs.check-token.outputs.has_token == 'true'
3341 environment : " test-trigger-is"
6169 # * Avoid running integration tests twice, since it was already run at the tip of the branch before squashing.
6270 auto-approve :
6371 if : github.event_name == 'merge_group'
64- runs-on : ubuntu-latest
72+
73+ runs-on :
74+ group : databricks-deco-testing-runner-group
75+ labels : ubuntu-latest-deco
76+
6577 steps :
6678 - name : Mark Check
6779 env :
Original file line number Diff line number Diff line change 55 - " v*"
66jobs :
77 publish :
8- runs-on : ubuntu-latest
8+ runs-on :
9+ group : databricks-deco-testing-runner-group
10+ labels : ubuntu-latest-deco
11+
912 steps :
1013 - name : Checkout
1114 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments