File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1313 # This will only run on main by default.
1414 - cron : " 0 0 1,15 * *"
1515
16+ # Cancel in-progress runs if a new run is triggered, except for main branch.
17+ concurrency :
18+ group : ${{ github.workflow }}-${{ github.ref }}
19+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
20+
1621jobs :
1722 linting :
1823 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414 pull_request :
1515 workflow_dispatch :
1616
17+ # Cancel in-progress runs if a new run is triggered, except for main branch.
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
21+
1722jobs :
1823 build_sphinx_docs :
1924 name : Build Sphinx Docs
You can’t perform that action at this time.
0 commit comments