Concurrency should not apply to test failure comment workflow

This commit is contained in:
Nyall Dawson 2024-04-08 14:33:40 +10:00 committed by GitHub
parent 2ad9065bea
commit 2a3ff27936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,5 @@
name: Write test failure comment
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
workflow_run:
workflows: [🧪 QGIS tests]