From 9dcdf92b270b131e63732dc785140615735b1cae Mon Sep 17 00:00:00 2001 From: thepetk Date: Mon, 15 Jan 2024 18:10:53 +0000 Subject: [PATCH] revert update of schedule --- .github/workflows/validate-stacks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-stacks.yaml b/.github/workflows/validate-stacks.yaml index 61ea21e2e..0e8581fbc 100644 --- a/.github/workflows/validate-stacks.yaml +++ b/.github/workflows/validate-stacks.yaml @@ -21,7 +21,7 @@ on: pull_request: branches: [main] schedule: - - cron: "*/30 * * * *" + - cron: 0 5 * * * concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }}