chore: alle Upstream-Workflows deaktivieren (on: {})

This commit is contained in:
thysson2701
2026-06-22 11:33:05 +02:00
parent 1f885e9153
commit 2f0e416b86
17 changed files with 277 additions and 465 deletions

View File

@@ -1,15 +1,4 @@
on:
push:
paths:
- '**.sh'
- 'scripts/linux.d/*'
pull_request:
paths:
- '**.sh'
- 'scripts/linux.d/*'
schedule:
- cron: '55 7 * * *' # run once a day near midnight US Pacific time
workflow_dispatch: # allows for manual dispatch
on: {}
name: "Shellcheck"
permissions: {}