Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chroot-checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Chroot checks
on:
push:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "CodeQL"

on:
merge_group:
pull_request:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Spell Check
on:
merge_group:
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'

name: Spell Check

jobs:
codespell:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Database Upgrade Test

on:
merge_group:
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/phpcodesniffer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: PHP CodeSniffer

# Controls when the action will run.
on:
merge_group:
pull_request:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/shiftleft.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: SL Scan

on:
merge_group:
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'

jobs:
Scan-Build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Unit tests
# We can speedup with: https://github.com/actions/cache
on:
merge_group:
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Publish unit test results

on:
workflow_run:
workflows: ["Unit tests"]
Expand Down
Loading