mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add a manual way to trigger GitHub Actions workflows
This commit is contained in:
parent
2300cdef20
commit
2da0e993a2
4 changed files with 4 additions and 0 deletions
1
.github/workflows/check_repos.yml
vendored
1
.github/workflows/check_repos.yml
vendored
|
@ -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:
|
||||
|
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
|
|
1
.github/workflows/scan.yml
vendored
1
.github/workflows/scan.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
security-scan-container:
|
||||
|
|
1
.github/workflows/scan_released.yml
vendored
1
.github/workflows/scan_released.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue