aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 9d9e67fe6..72e3e6f41 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -2,7 +2,6 @@ name: Profile Checks
2 2
3on: 3on:
4 push: 4 push:
5 branches: [ master ]
6 paths: 5 paths:
7 - 'ci/check/profiles/**' 6 - 'ci/check/profiles/**'
8 - 'etc/**' 7 - 'etc/**'
@@ -10,7 +9,6 @@ on:
10 - contrib/sort.py 9 - contrib/sort.py
11 - src/firecfg/firecfg.config 10 - src/firecfg/firecfg.config
12 pull_request: 11 pull_request:
13 branches: [ master ]
14 paths: 12 paths:
15 - 'ci/check/profiles/**' 13 - 'ci/check/profiles/**'
16 - 'etc/**' 14 - 'etc/**'