diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check_misc.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml index d8f73d26ec..051e29a0f1 100644 --- a/.github/workflows/check_misc.yml +++ b/.github/workflows/check_misc.yml @@ -1,4 +1,4 @@ -name: Miscellaneous checks +name: Miscellaneous on: [push, pull_request, merge_group] concurrency: @@ -10,6 +10,8 @@ permissions: jobs: checks: + name: Miscellaneous checks + permissions: contents: write # for Git to git push |
