Skip to content

Commit

Permalink
added false for concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
arushsoel authored Jul 19, 2024
1 parent c361118 commit 181248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/variable-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: Docker
concurrency:
group: production-deployment
cancel-in-progress: true
cancel-in-progress: false
runs-on: ubuntu-latest
steps:
- name: Docker run
Expand Down

0 comments on commit 181248a

Please sign in to comment.