Skip to content

Commit

Permalink
add manual trigger to docker build action
Browse files Browse the repository at this point in the history
arburk committed Feb 25, 2024
1 parent ffc6caf commit d9bde74
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ on:
branches: [ main ]
schedule:
- cron: '28 3 * * 6'
workflow_dispatch:


jobs:
analyze:
1 change: 1 addition & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
- 'docker/*'
schedule:
- cron: '28 3 * * 0' #Sundays at 3:28 AM
workflow_dispatch:

defaults:
run:

0 comments on commit d9bde74

Please sign in to comment.