Skip to content

Commit

Permalink
🔧 Trying to support external PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Jan 16, 2024
1 parent 820dbdb commit b18893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
secrets:
test_resources: ${{ secrets.TEST_RESOURCES_URI_V1 }}
# Allow to run in external PR if the label is present
if: contains(github.event.pull_request.labels.*.name, 'allow workflow')
if: github.event_name != 'pull_request_target' || contains(github.event.pull_request.labels.*.name, 'allow workflow')

# Preview release on push to main only
# Stable release on version tag push only
Expand Down

0 comments on commit b18893c

Please sign in to comment.