We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb466 commit 60249ecCopy full SHA for 60249ec
.github/workflows/start-integration-tests.yml
@@ -3,6 +3,7 @@ name: start-integration-tests
3
on:
4
schedule:
5
- cron: '*/10 * * * *'
6
+ workflow_distpatch:
7
8
jobs:
9
# Trigger for pull requests.
@@ -11,8 +12,8 @@ jobs:
11
12
# It requires secrets from the "test-trigger-is" environment, which are only available to authorized users.
13
trigger:
14
runs-on:
- group: databricks-deco-testing-runner-group
15
- labels: ubuntu-latest-deco
+ group: databricks-protected-runner-group
16
+ labels: linux-ubuntu-latest
17
18
environment: "test-trigger-is"
19
0 commit comments