Add a manual way to trigger GitHub Actions workflows

This commit is contained in:
Alex Pyrgiotis 2024-07-10 18:23:17 +03:00
parent 2300cdef20
commit 2da0e993a2
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
4 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ name: Test official instructions for installing Dangerzone
on:
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
workflow_dispatch:
jobs:
install-from-apt-repo:

View file

@ -5,6 +5,7 @@ on:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
workflow_dispatch:
jobs:
windows:

View file

@ -5,6 +5,7 @@ on:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
workflow_dispatch:
jobs:
security-scan-container:

View file

@ -2,6 +2,7 @@ name: Scan released app and container
on:
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
workflow_dispatch:
jobs:
security-scan-container: