diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9ada4dd..ca9acff 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,7 +2,7 @@ name: Build -on: [push, pull_request, workflow_dispatch] +on: [pull_request, workflow_dispatch] concurrency: group: ${{ github.head_ref || format('{0}-{1}', github.ref, github.run_number) }} |