Skip to content

Commit

Permalink
TASK: Reset schedule to daily
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Aug 24, 2023
1 parent 7bc8472 commit 583fdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.onpush.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Docker Image
name: Build Docker Image on tag
on:
push:
branches-ignore:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build Docker Image
name: Build Docker Image daily
on:
workflow_call:
schedule:
- cron: '*/5 * * * *'
- cron: '34 5 * * *'

jobs:
build:
Expand Down

0 comments on commit 583fdb4

Please sign in to comment.