Skip to content

Commit 3aeb8da

Browse files
committed
Use deco runner group for IP allowlist
Co-authored-by: Isaac
1 parent 94631db commit 3aeb8da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/scan-snapshot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99

1010
jobs:
1111
download:
12-
runs-on: ubuntu-latest
12+
runs-on:
13+
group: databricks-deco-testing-runner-group
14+
labels: ubuntu-latest-deco
1315

1416
steps:
1517
- name: Download snapshot release assets
@@ -38,7 +40,9 @@ jobs:
3840

3941
scan:
4042
needs: download
41-
runs-on: ubuntu-latest
43+
runs-on:
44+
group: databricks-deco-testing-runner-group
45+
labels: ubuntu-latest-deco
4246

4347
strategy:
4448
matrix:

0 commit comments

Comments
 (0)