Skip to content

Commit

Permalink
Update react.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 24, 2024
1 parent e4b069f commit 9962aca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ concurrency:
# Group PRs by head_ref, push to main branch by commit id, and others branch by ref.
group: ${{ github.workflow }}-${{ github.head_ref || (github.ref == 'refs/heads/main' && github.sha) || github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 2
on:
push:
branches:
Expand Down

0 comments on commit 9962aca

Please sign in to comment.