File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,8 @@ on: # Build any PRs and main branch changes
1010 # In case of updates to those workflows, they must be pre-checked by `pre-check-CI-updates.yml` rather than this workflow !
1111 # Any updates on those workflows are expected to be restricted to those workflows only ! (no update on code for instance)
1212 - ' .github/workflows/pre-check-CI-updates.yml'
13- - ' .github/workflows/CI.yml'
14- - ' .github/workflows/coverage-upload.yml'
1513 - ' .github/workflows/reusable-CI-workflow.yml'
1614 - ' .github/workflows/reusable-coverage-upload-workflow.yml'
17- - ' .github/workflows/auto-merge-dependabot.yml'
1815 push :
1916 branches : [ master ]
2017 schedule :
Original file line number Diff line number Diff line change 1212 branches : [master] # Only for PR targeting master branch
1313 paths : # /!\ Duplicate the same list as `on.pull_request.paths-ignore` property value for CI workflow !
1414 - ' .github/workflows/pre-check-CI-updates.yml' # This workflow
15- - ' .github/workflows/CI.yml'
16- - ' .github/workflows/coverage-upload.yml'
1715 - ' .github/workflows/reusable-CI-workflow.yml'
1816 - ' .github/workflows/reusable-coverage-upload-workflow.yml'
19- - ' .github/workflows/auto-merge-dependabot.yml'
2017
2118permissions :
2219 contents : read
You can’t perform that action at this time.
0 commit comments