Skip to content

Commit

Permalink
🐎 ci(Actions): Cron to workflow
Browse files Browse the repository at this point in the history
Adding cron of '15 21 * * 6' to the workflow.
  • Loading branch information
iptoux committed Sep 22, 2023
1 parent ea45e83 commit fd2c4e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- 'Dockerfile'
schedule:
- cron: '15 21 * * 6'

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

schedule:
- cron: '15 21 * * 6'

permissions:
contents: read

Expand Down

0 comments on commit fd2c4e8

Please sign in to comment.