From faba50a25297677f86cb4be445b1ce220ba6be49 Mon Sep 17 00:00:00 2001 From: Abhijit Kiran Valluri Date: Thu, 17 Sep 2020 10:32:01 +0100 Subject: [PATCH] Remove daily build schedule from github actions Remove unnecessary daily build from the github actions workflow --- .github/workflows/android-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 5074c39c0..896978baf 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -6,8 +6,6 @@ on: pull_request: branches: - fork - schedule: - - cron: '0 12 * * *' # Every day at 12 PM UTC jobs: run-build: runs-on: ubuntu-latest