1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00:00

chore: fmt workflows

This commit is contained in:
Rob Ede 2023-10-29 01:56:10 +00:00
parent 9e51116da2
commit d3d0208cbd
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ on:
branches: [master]
permissions:
contents: read # to fetch code (actions/checkout)
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View file

@ -6,6 +6,7 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true