Update build.yml

This commit is contained in:
Jay Lee
2021-01-07 12:25:23 -05:00
committed by GitHub
parent a8203baa50
commit ff80150216

View File

@@ -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: |