chore: update global workflows (#2581)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
LizardByte-bot 2024-05-26 19:09:22 -04:00 committed by GitHub
commit 8a0762d9f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 27 additions and 152 deletions

View file

@ -9,11 +9,11 @@ name: flake8
on:
pull_request:
branches: [master, nightly]
branches: [master]
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: