We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7de2a commit 1ac09f0Copy full SHA for 1ac09f0
.github/workflows/release-hotfix.yml
@@ -14,8 +14,11 @@ jobs:
14
# Job 1: Run release verification tests when Version Packages PR is merged
15
# This ensures all tests pass before publishing
16
17
+ # Skip release verification for this test run
18
+
19
# Job 2: Publish packages after all tests pass
20
publish:
21
+ if: github.event_name == 'push' && contains(github.event.head_commit.message, 'Version packages')
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout repository
0 commit comments