diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-05 18:44:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 18:44:16 +0200 |
commit | 37cf0a7d5d50a00a5d4990e0397f1469f6962f66 (patch) | |
tree | 020a710a74c5a6fd67cfe81b22eea6f2246dae73 /.github | |
parent | f8a42fe4da1f51929a642e9a04df2f1a2527f44e (diff) | |
download | OneConfig-37cf0a7d5d50a00a5d4990e0397f1469f6962f66.tar.gz OneConfig-37cf0a7d5d50a00a5d4990e0397f1469f6962f66.tar.bz2 OneConfig-37cf0a7d5d50a00a5d4990e0397f1469f6962f66.zip |
Update checks.yml
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) }} |