branch: elpa/flymake-collection commit 04dd61c639026c0eb52cdcc149e291955f5c6104 Author: Mohsin Kaleem <mohk...@kisara.moe> Commit: Mohsin Kaleem <mohk...@kisara.moe>
Revert "ci: Run actions on PRs automatically" This reverts commit 630caa55d7c64a30c9063e229b7af1070781f957. --- .github/workflows/lint.yml | 1 - .github/workflows/test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 07de0a6ca5..612ccef4dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,6 @@ on: branches: release pull_request: branches: release - types: [opened, reopened, edited] schedule: - cron: "0 13 * * *" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f111e3d960..2f5a016ba9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,6 @@ on: branches: release pull_request: branches: release - types: [opened, reopened, edited] schedule: - cron: "0 13 * * *"