Skip to content

Commit

Permalink
ci(push): queue builds rather than cancelling progress (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Oct 11, 2023
1 parent 29d72f7 commit cd4f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI build and push

concurrency:
group: pr-${{ github.event.number }}
cancel-in-progress: true
cancel-in-progress: false

on:
push:
Expand Down

0 comments on commit cd4f1dd

Please sign in to comment.