We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca07f6 commit 6e09f46Copy full SHA for 6e09f46
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
branches: ["*"]
8
workflow_dispatch:
9
- workflow_call: # Allow release.yaml to call this workflow
+ workflow_call: # Allow release.yaml to call this workflow.
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments