diff options
Diffstat (limited to '.github/workflows/file_format.yml')
| -rw-r--r-- | .github/workflows/file_format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/file_format.yml b/.github/workflows/file_format.yml index ea55f2b3e..348b8abf4 100644 --- a/.github/workflows/file_format.yml +++ b/.github/workflows/file_format.yml @@ -3,7 +3,7 @@ name: File format check on: [push, pull_request] concurrency: - group: file_fmt-${{ github.head_ref }} + group: file_fmt-${{ github.head_ref || github.ref }} cancel-in-progress: true permissions: |
