Skip to content

Commit 1ac09f0

Browse files
committed
chore: test hotfix release
1 parent 2f7de2a commit 1ac09f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-hotfix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
# Job 1: Run release verification tests when Version Packages PR is merged
1515
# This ensures all tests pass before publishing
1616

17+
# Skip release verification for this test run
18+
1719
# Job 2: Publish packages after all tests pass
1820
publish:
21+
if: github.event_name == 'push' && contains(github.event.head_commit.message, 'Version packages')
1922
runs-on: ubuntu-latest
2023
steps:
2124
- name: Checkout repository

0 commit comments

Comments
 (0)