From 5aa24bd704615408e592696e1b8bfe097ca6778c Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 2 Jan 2023 22:27:34 +0000 Subject: [PATCH] Prevent concurrent deployments --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8302112..9a2f8b2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -35,6 +35,7 @@ jobs: name: Deploy to Fly.io runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' + concurrency: production_environment needs: build steps: - name: Checkout repository