Skip to content

Commit

Permalink
TASK: Run every 5 minutes as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Aug 24, 2023
1 parent 8fb6bdf commit 7bc8472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Docker Image
on:
workflow_call:
schedule:
- cron: '30 0 * * *'
- cron: '*/5 * * * *'

jobs:
build:
Expand Down

0 comments on commit 7bc8472

Please sign in to comment.