Skip to content

Commit

Permalink
.github: allow dispatching workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Mar 2, 2023
1 parent 2937fde commit 6782c70
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: images

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kubeconform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: kubeconform

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kubescape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: kubescape

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: monitoring-config

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prometheusrule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: prom-rules

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: secrets

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Upgrade to latest versions

on:
workflow_dispatch:
schedule:
- cron: '15 */6 * * *'
#push:
Expand Down
2 changes: 2 additions & 0 deletions .ignoredimages
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ lscr.io/linuxserver/sonarr
lscr.io/linuxserver/radarr
ghcr.io/pyrra-dev/pyrra
infinityworks/github-exporter
ghcr.io/druggeri/nut_exporter
timescale/timescaledb

0 comments on commit 6782c70

Please sign in to comment.