From 4d0c0f9e4f0fbd00c67773ce313c6ea723b55bdf Mon Sep 17 00:00:00 2001 From: Karol Harezlak <76980800+karolh2000@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:45:07 -0800 Subject: [PATCH] The crone updated --- .github/workflows/build_upload_extension.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_upload_extension.yml b/.github/workflows/build_upload_extension.yml index 4523cc8..6770c5f 100644 --- a/.github/workflows/build_upload_extension.yml +++ b/.github/workflows/build_upload_extension.yml @@ -3,7 +3,7 @@ name: Pyrsia VS Code Extension build and upload extension's binaries on: schedule: # scheduled twice a week - - cron: '* * * * 1,5' + - cron: '* * * * 1,4' jobs: build: runs-on: ubuntu-latest