chore: update autofix-ci

extract-routes
Meng Zhang 2023-11-12 12:56:37 -08:00 committed by GitHub
parent 99d43a2b8c
commit c5603d802b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
# If this is enabled it will cancel current running and start latest
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest