diff options
| author | L. E. Segovia <amy@amyspark.me> | 2022-10-29 21:24:13 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-10-30 01:03:31 -0400 |
| commit | 0ddca4d0d0513e9ce1721902393019d4a3903bda (patch) | |
| tree | aa1edec136a5c9313a5b78e70c19b987728ff857 /.github/workflows/file_format.yml | |
| parent | 212af2b278f6cd58b17cabbff4883b5258601a6c (diff) | |
| download | meson-0ddca4d0d0513e9ce1721902393019d4a3903bda.tar.gz | |
ci: Fix usage of concurrency in branches other than master
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: |
