diff --git a/.github/workflows/pull-request-wpt-export.yml b/.github/workflows/pull-request-wpt-export.yml index aaab9d47907..2ac564dc12f 100644 --- a/.github/workflows/pull-request-wpt-export.yml +++ b/.github/workflows/pull-request-wpt-export.yml @@ -4,6 +4,10 @@ on: types: ['opened', 'synchronize', 'reopened', 'edited', 'closed'] branches: ['main'] +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: false + jobs: upstream: # Run job only on servo/servo