Skip to content

Commit 652dee2

Browse files
authored
Fix autofix CI hanging on changeset-release/main PRs (#487)
1 parent 5ab65b4 commit 652dee2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/rare-swans-know.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: autofix.ci
22
on:
33
pull_request:
4-
branches-ignore: ["changeset-release/main"]
54
push:
65
branches: ["main"]
76
workflow_dispatch:
@@ -11,6 +10,7 @@ permissions:
1110

1211
jobs:
1312
autofix:
13+
if: github.head_ref != 'changeset-release/main'
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)