Skip to content

Commit

Permalink
Add a manual way to trigger GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jul 10, 2024
1 parent 2300cde commit 2da0e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
workflow_dispatch:

jobs:
windows:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
workflow_dispatch:

jobs:
security-scan-container:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan_released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2da0e99

Please sign in to comment.