Skip to content

Commit

Permalink
TEMP update cron schedule
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Jan 15, 2024
1 parent a4fa9a1 commit 0d90793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: 0 5 * * *
- cron: "*/30 * * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
Expand Down

0 comments on commit 0d90793

Please sign in to comment.