You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cli.yml
+7-27Lines changed: 7 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,6 @@ on:
13
13
- ".github/workflows/cli.yml"
14
14
15
15
jobs:
16
-
resolve-runner:
17
-
timeout-minutes: 5
18
-
runs-on: ubuntu-latest
19
-
outputs:
20
-
runner: ${{ steps.resolve.outputs.runner }}
21
-
steps:
22
-
- name: Check if should use large runner
23
-
id: large-runner
24
-
# We want to speed runs on the main branch which prime the cache
25
-
# We allow large runners only in this case to prevent forks from abusing them (it's enforced via runner groups access rules)
26
-
# IF YOU WANT TO USE A LARGE RUNNER YOU NEED TO ADD THE WORKFLOW TO THE `CloudQuery releases` GROUP IN https://github.com/organizations/cloudquery/settings/actions/runner-groups
0 commit comments