Skip to content

Commit

Permalink
fix(gh action): concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 24, 2024
1 parent b6bb4e8 commit 815953c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Playwright Tests
on:
deployment_status:
workflow_dispatch:

concurrency:
group: "playwright"

jobs:
test:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
Expand Down

0 comments on commit 815953c

Please sign in to comment.