From e20535289a9c2455a2de6331bbf753375dd2d71a Mon Sep 17 00:00:00 2001 From: Jens van de Wiel <85284773+JensvandeWiel@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:12:19 +0100 Subject: [PATCH] Revert "Update pull_request.yml (#38)" This reverts commit 604eaba7c35ad584091cfd6fb5cf8c3c1f4a5353. --- .github/workflows/pull_request.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c976f5a..b9f6d9e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,9 +5,6 @@ on: types: - opened - synchronize - schedule: - - cron: "0 21 * * *" - jobs: build: @@ -37,4 +34,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: AASM Artifacts - path: build/bin/*.exe + path: build/bin/*.exe \ No newline at end of file