mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-22 03:33:06 +00:00
Prevent concurrent deployments
This commit is contained in:
parent
3d328cb816
commit
5aa24bd704
1 changed files with 1 additions and 0 deletions
1
.github/workflows/github-actions.yml
vendored
1
.github/workflows/github-actions.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue