Skip to content

Commit a8c278b

Browse files
committed
fix: skip no-commit-to-branch hook in CI
1 parent e736200 commit a8c278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opentofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: tofu init -backend=false
6666

6767
- name: Run tests
68-
run: pre-commit run -a
68+
run: SKIP=no-commit-to-branch pre-commit run -a
6969

7070
plan:
7171
name: OpenTofu Plan

0 commit comments

Comments
 (0)