Skip to content

Commit 0657c4f

Browse files
authored
Updates runner used to run DCO check to use databricks-protected-runner (#521)
* commit 1 Signed-off-by: Madhav Sainanee <[email protected]> * commit 1 Signed-off-by: Madhav Sainanee <[email protected]> * updates runner for dco check Signed-off-by: Madhav Sainanee <[email protected]> * removes contributing file changes Signed-off-by: Madhav Sainanee <[email protected]> --------- Signed-off-by: Madhav Sainanee <[email protected]>
1 parent 403d69f commit 0657c4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dco-check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on: [pull_request]
44

55
jobs:
66
check:
7-
runs-on: ubuntu-latest
7+
runs-on:
8+
group: databricks-protected-runner-group
9+
labels: linux-ubuntu-latest
810
steps:
911
- name: Check for DCO
1012
id: dco-check

0 commit comments

Comments
 (0)