From c4187416c6b3eba292325c397b9dc020139ddab0 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 17 Nov 2023 21:04:52 -0500 Subject: actions: enforce concurrency for deploy --- .github/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8c3ecac..dd47015 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,6 +9,10 @@ jobs: deploy: runs-on: ubuntu-latest + concurrency: + group: deploy + cancel-in-progress: true + # https://github.com/sellout/bash-strict-mode/commit/9bf1d65c2f786a9887facfcb81e06d8b8b5f4667 if: github.event.check_suite.app.name == 'Garnix CI' && github.event.check_suite.conclusion == 'success' -- cgit v1.2.3