Temporarily limit heavy CI workflows to manual runs
Some checks failed
Dependency Audit / dependency-audit (push) Has been cancelled

This commit is contained in:
2026-07-11 00:25:40 +02:00
parent dc1a250797
commit 2d2d9e7bc7
2 changed files with 1 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
name: Module Matrix name: Module Matrix
on: on:
workflow_dispatch:
pull_request: pull_request:
push:
branches:
- main
jobs: jobs:
module-matrix: module-matrix:

View File

@@ -2,9 +2,6 @@ name: Release Integration
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- main
jobs: jobs:
release-integration: release-integration: