File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1515 - ' .github/workflows/generate-plots.yml'
1616 workflow_dispatch :
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : true
21+
1822jobs :
1923 generate-plots :
2024 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 pull_request :
1010 branches : [ main ]
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : true
1215
1316jobs :
1417 build :
Original file line number Diff line number Diff line change 1515 schedule :
1616 - cron : ' 0 6 * * 1' # Every Monday at 6 AM UTC
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : true
21+
1822jobs :
1923 update-docs :
2024 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments