chore: cancel in-progress docker builds

This commit is contained in:
Kieran 2023-02-16 19:00:00 +00:00
parent 13daee3574
commit 5ca2e43448
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -5,6 +5,9 @@ on:
jobs:
build:
runs-on: self-hosted
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v1