Skip to content

Commit 1e16f38

Browse files
authored
Merge pull request #122 from ISISComputingGroup/nightly_ci
nightly ci
2 parents ab0ca6b + cb1eae4 commit 1e16f38

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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/node.js.yml

.github/workflows/node.js.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Node.js CI
55

6-
on:
7-
push:
8-
branches: ["main"]
9-
pull_request:
10-
branches: ["main"]
6+
on: [pull_request, workflow_call]
117

128
jobs:
139
code-ql:

0 commit comments

Comments
 (0)