Skip to content

Commit

Permalink
fix(gh action): more specific url
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 23, 2024
1 parent 10939d7 commit 1bd9b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
deployment_status:
jobs:
test:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' && contains(github.event.deployment_status.deployment_url, "storybook")
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' && contains(github.event.deployment_status.deployment_url, "guild-xyz-storybook")
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1bd9b97

Please sign in to comment.