Skip to content

Commit edeed71

Browse files
committed
🧪🐛 Flip the conditional in PR sanity check
1 parent a431a23 commit edeed71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-smoke-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Fail on PRs against illegal branches
3737
if: >-
3838
github.event_name == 'pull_request'
39-
&& github.base_ref == github.event.repository.default_branch
39+
&& github.base_ref != github.event.repository.default_branch
4040
run: exit 1
4141

4242
fail-fast:

0 commit comments

Comments
 (0)