Skip to content

Commit 1ad8a63

Browse files
committed
merge github actions and nightly
1 parent 7159094 commit 1ad8a63

File tree

2 files changed

+4
-44
lines changed

2 files changed

+4
-44
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ on:
55
pull_request:
66
release:
77
types: [created]
8+
schedule:
9+
- cron: '0 0 * * *'
10+
811
concurrency:
912
group: build-${{ github.event.pull_request.number || github.ref }}
1013
cancel-in-progress: true
14+
1115
jobs:
1216
format:
1317
name: Check the code format

.github/workflows/nightly.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)