File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ name: Publish releases
55on :
66 push :
77 branches : [master]
8+ paths-ignore :
9+ - ' *.md'
10+ - ' docs/**'
11+ - ' **/CHANGELOG.md'
812 workflow_dispatch :
913 inputs :
1014 version_specifier :
You can’t perform that action at this time.
0 commit comments