From ff80150216091328487c7117550a60a2a88d71ca Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 7 Jan 2021 12:25:23 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81498ad6..79a8237d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,7 +208,7 @@ jobs: - name: Live API tests push only - if: github.event_name == 'push' + if: github.event_name == 'push' || github.event_name == 'schedule' env: # Or as an environment variable PASSCODE: ${{ secrets.PASSCODE }} run: |