[CI] Cache for actions

This commit is contained in:
Yunfan Li
2024-06-10 00:43:21 +08:00
parent 6b29180340
commit 53123a88ee
3 changed files with 49 additions and 68 deletions

View File

@@ -5,9 +5,9 @@ on:
pull_request:
branches: [ "master" ]
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
cancel-in-progress: true
# concurrency:
# group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
# cancel-in-progress: true
jobs:
macos-build: