File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88 merge_group :
9+ schedule :
10+ - cron : ' 0 10 * * *'
911
1012concurrency :
1113 group : " ${{ github.workflow }}-${{ github.event.merge_group.ref || github.ref }}"
3234 - run : bin/check
3335
3436 integration-app-dev :
35- if : github.event_name == 'merge_group'
37+ if : github.event_name == 'merge_group' || github.event_name == 'schedule'
3638 runs-on : ubuntu-latest
3739 steps :
3840 - uses : actions/checkout@v4
7072 ASCEND_INSTANCE_API_URL : ${{ secrets.APP_DEV_ASCEND_INSTANCE_API_URL }}
7173
7274 integration-app :
73- if : github.event_name == 'merge_group'
75+ if : github.event_name == 'merge_group' || github.event_name == 'schedule'
7476 runs-on : ubuntu-latest
7577 steps :
7678 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments