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 7dc90ac + 1c2d098 commit ba8e4a6Copy full SHA for ba8e4a6
.github/workflows/feature-test.yml
@@ -5,6 +5,7 @@ on:
5
schedule:
6
- cron: "35 07 * * *"
7
workflow_dispatch:
8
+ workflow_call:
9
10
jobs:
11
feature-tests:
.github/workflows/pr-test.yml
@@ -9,3 +9,5 @@ jobs:
uses: ./.github/workflows/linter.yml
tests:
uses: ./.github/workflows/tests.yml
12
+ feature-tests:
13
+ uses: ./.github/workflows/feature-test.yml
0 commit comments