Skip to content

Commit 60249ec

Browse files
authored
Use databricks-protected-runner-group for start-integrationt-tests; add workflow_dispatch (#2688)
1 parent 00bb466 commit 60249ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/start-integration-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: start-integration-tests
33
on:
44
schedule:
55
- cron: '*/10 * * * *'
6+
workflow_distpatch:
67

78
jobs:
89
# Trigger for pull requests.
@@ -11,8 +12,8 @@ jobs:
1112
# It requires secrets from the "test-trigger-is" environment, which are only available to authorized users.
1213
trigger:
1314
runs-on:
14-
group: databricks-deco-testing-runner-group
15-
labels: ubuntu-latest-deco
15+
group: databricks-protected-runner-group
16+
labels: linux-ubuntu-latest
1617

1718
environment: "test-trigger-is"
1819

0 commit comments

Comments
 (0)