Skip to content

Commit 5696713

Browse files
committed
🔧 Add conditional check for Copywrite setup in PR autofixes workflow
1 parent 0f097b2 commit 5696713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_autofixes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
cache: true
4646

4747
- name: Setup Copywrite
48+
if: steps.check-target.outputs.should_run == 'true'
4849
uses: hashicorp/setup-copywrite@5e3e8a26d7b9f8a508848ad0a069dfd2f7aa5339
4950

5051
- name: Install dependencies

0 commit comments

Comments
 (0)