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