Skip to content

Commit f1aec99

Browse files
committed
skip code checks when no beta tag
1 parent 3efd4cf commit f1aec99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
existing_changelog_path: CHANGELOG.md
2828

2929
wait_for_checks:
30+
# Run ONLY when PR has the "beta" label
31+
if: contains(github.event.pull_request.labels.*.name, 'beta')
3032
name: Wait for code checks to pass
3133
runs-on: ubuntu-latest
3234
steps:

0 commit comments

Comments
 (0)