Skip to content

Commit 2be433d

Browse files
author
Vitaliy
authored
Merge pull request #231 from magento/improved-deploy-to-alpha
Deploy an alpha version only if PR has `deploy-alpha` label
2 parents eeefbe9 + cdcdb2a commit 2be433d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradlepublishalpha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525
- name: Run publish plugin
26+
if: contains(github.event.pull_request.labels.*.name, 'deploy-alpha')
2627
run: ./gradlew publishPlugin -i
2728
env:
2829
MAGENTO_PHPSTORM_intellijPublishToken: ${{ secrets.JET_BRAINS_TOKEN }}

0 commit comments

Comments
 (0)