mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -208,7 +208,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Live API tests push only
|
- 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
|
env: # Or as an environment variable
|
||||||
PASSCODE: ${{ secrets.PASSCODE }}
|
PASSCODE: ${{ secrets.PASSCODE }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user