From 0d6d6e949989e958e92f9b7b038c9e838668566e Mon Sep 17 00:00:00 2001 From: andie787 <4andie@gmail.com> Date: Wed, 10 Jan 2024 09:04:43 -0500 Subject: [PATCH] rm concurrency --- .github/workflows/fly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 96e1fb9..438d673 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -7,7 +7,7 @@ jobs: deploy: name: Deploy app runs-on: ubuntu-latest - concurrency: deploy-group # optional: ensure only one action runs at a time +# concurrency: deploy-group # optional: ensure only one action runs at a time steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master