Skip to content

Commit 9f9e3cf

Browse files
committed
Do not run changesets and alpha workflows in changeset release PR
1 parent f47c900 commit 9f9e3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44

55
jobs:
66
dependencies:
7+
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
78
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
89
secrets:
910
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
1011

1112
release:
13+
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1214
permissions:
1315
contents: read
1416
id-token: write

0 commit comments

Comments
 (0)