We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab0ca6b + cb1eae4 commit 1e16f38Copy full SHA for 1e16f38
.github/workflows/lint-and-test-nightly.yml
@@ -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
@@ -3,11 +3,7 @@
name: Node.js CI
-on:
- push:
- branches: ["main"]
9
- pull_request:
10
+on: [pull_request, workflow_call]
11
12
jobs:
13
code-ql:
0 commit comments