Skip to content

Commit 0452a49

Browse files
committed
Remove useless restrictions
1 parent 0ca30a9 commit 0452a49

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ on: # Build any PRs and main branch changes
99
# In case of updates to those workflows, they must be pre-checked by `pre-check-CI-updates.yml` rather than this workflow !
1010
# Any updates on those workflows are expected to be restricted to those workflows only ! (no update on code for instance)
1111
- '.github/workflows/pre-check-CI-updates.yml'
12-
- '.github/workflows/CI.yml'
13-
- '.github/workflows/coverage-upload.yml'
1412
- '.github/workflows/reusable-CI-workflow.yml'
1513
- '.github/workflows/reusable-coverage-upload-workflow.yml'
16-
- '.github/workflows/auto-merge-dependabot.yml'
1714
push:
1815
branches: [ master ]
1916
schedule:

.github/workflows/pre-check-CI-updates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ on:
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

2118
concurrency:
2219
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"

0 commit comments

Comments
 (0)