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 34658b0 + cbfbc8b commit 1c2d098Copy full SHA for 1c2d098
.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