We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdc214 commit c11a5a3Copy full SHA for c11a5a3
.github/workflows/dco-check.yml
@@ -4,7 +4,9 @@ on: [pull_request]
4
5
jobs:
6
check:
7
- runs-on: ubuntu-latest
+ runs-on:
8
+ group: databricks-protected-runner-group
9
+ labels: linux-ubuntu-latest
10
steps:
11
- name: Check for DCO
12
id: dco-check
0 commit comments