Skip to content

Commit 4e89587

Browse files
committed
nightly CI
1 parent 1589d90 commit 4e89587

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: lint-and-test-nightly
2+
on:
3+
schedule:
4+
- cron: "0 0 * * *"
5+
6+
jobs:
7+
lint-and-test-nightly:
8+
uses: ./.github/workflows/push_event_workflow.yml

.github/workflows/push_event_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Push Event Workflow
22

3-
on: push
3+
on: [pull_request, workflow_call]
44

55
jobs:
66
unit-testing:

0 commit comments

Comments
 (0)