mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +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
|
name: Deploy to Fly.io
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
concurrency: production_environment
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in a new issue