Skip to content

Commit

Permalink
cleanup: remove unnecessary steps from workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 24, 2024
1 parent 36e3452 commit b1a4323
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ on:
jobs:
test:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
# && !contains(github.event.deployment_status.target_url, 'guild-xyz-storybook')
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Debug
run: echo "${{ github.event.deployment_status.target_url }}"
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit b1a4323

Please sign in to comment.