enable concurrency for playwright action (#1598)

This commit is contained in:
Kurt Hutten
2024-03-02 02:08:02 +11:00
committed by GitHub
parent 69cefafc19
commit cc0d601294

View File

@ -4,6 +4,11 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
playwright-ubuntu:
timeout-minutes: 60