Skip to content

Commit

Permalink
add a daily schedule to cd.pantry.tgz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jul 8, 2024
1 parent f5c3aa2 commit 7a38229
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.pantry.tgz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
push:
branches: main
paths:
- projects/**/*
- .github/workflows/cd.pantry.tgz.yml
- projects/**/*
- .github/workflows/cd.pantry.tgz.yml
schedule:
- cron: "0 0 * * *"

concurrency:
group: cd.pantry.tgz
Expand Down

0 comments on commit 7a38229

Please sign in to comment.