File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1515 - ' !packages/core/auth-js/*ignore'
1616 workflow_call :
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
21+
1822permissions :
1923 actions : read
2024 contents : read
Original file line number Diff line number Diff line change 1919 - ' !packages/**/*ignore'
2020 workflow_call :
2121
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.ref }}
24+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
25+
2226permissions :
2327 actions : read
2428 contents : read
Original file line number Diff line number Diff line change 1515 - ' !packages/**/*ignore'
1616 workflow_call :
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
21+
1822env :
1923 NODE_VERSION : ' 20'
2024
You can’t perform that action at this time.
0 commit comments