Skip to content

Commit 4fe3abd

Browse files
committed
Make running of CI consistent per branch
1 parent ed10663 commit 4fe3abd

File tree

8 files changed

+6
-10
lines changed

8 files changed

+6
-10
lines changed

.github/workflows/chroot-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Chroot checks
22
on:
3-
push:
3+
merge_group:
44
pull_request:
55
branches:
66
- main

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: "CodeQL"
2-
32
on:
43
merge_group:
54
pull_request:

.github/workflows/codespell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
name: Spell Check
12
on:
23
merge_group:
34
pull_request:
45
branches:
56
- main
67
- '[0-9]+.[0-9]+'
7-
8-
name: Spell Check
98

109
jobs:
1110
codespell:

.github/workflows/database-upgrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Database Upgrade Test
2-
32
on:
43
merge_group:
54
pull_request:

.github/workflows/phpcodesniffer.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: PHP CodeSniffer
2-
3-
# Controls when the action will run.
42
on:
53
merge_group:
64
pull_request:

.github/workflows/shiftleft.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: SL Scan
2-
32
on:
43
merge_group:
4+
pull_request:
5+
branches:
6+
- main
7+
- '[0-9]+.[0-9]+'
58

69
jobs:
710
Scan-Build:

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Unit tests
2-
# We can speedup with: https://github.com/actions/cache
32
on:
43
merge_group:
54
pull_request:

.github/workflows/upload-unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Publish unit test results
2-
32
on:
43
workflow_run:
54
workflows: ["Unit tests"]

0 commit comments

Comments
 (0)