Skip to content

Commit

Permalink
[angular] Use concurrency github actions feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jun 4, 2021
1 parent ddf4262 commit cdee1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name: Angular
concurrency:
group: angular-${{ github.head_ref || github.sha }}
group: angular-${{ github.head_ref || (github.ref == 'refs/heads/main' && github.sha) || github.ref }}
cancel-in-progress: true
on:
push:
Expand Down

0 comments on commit cdee1d2

Please sign in to comment.