Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecureuill authored Dec 3, 2023
1 parent df2f91e commit 87ddd31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
# Give the workflow permission to deploy the Pages site
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 87ddd31

Please sign in to comment.