Skip to content

Commit

Permalink
rm concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Jan 10, 2024
1 parent b498648 commit 0d6d6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d6d6e9

Please sign in to comment.