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