Update CI config (#5893)

This commit is contained in:
Taiki Endo
2023-08-02 01:04:11 +09:00
committed by GitHub
parent efe3ab679a
commit e5e88551d2
9 changed files with 29 additions and 22 deletions
+4
View File
@@ -8,6 +8,10 @@ on:
paths:
- '**/Cargo.toml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read