Skip to content

Commit

Permalink
Test release_draft
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Nov 8, 2024
1 parent 717d516 commit 168bf84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
id-token: write
contents: read
pull-requests: write
if: startsWith(github.ref, 'refs/tags')
if: contains(github.event.pull_request.labels.*.name, 'preproduction deployment')
# if: startsWith(github.ref, 'refs/tags')

steps:
- name: Checkout the repository 🎁
Expand Down

0 comments on commit 168bf84

Please sign in to comment.