We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813803b commit 85136f8Copy full SHA for 85136f8
1 file changed
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
test-visual: ${{ steps.path-filter.outputs.test-visual }}
53
steps:
54
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
55
- if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
+ if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' }}
56
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # https://github.com/dorny/paths-filter/releases/tag/v3.0.1
57
id: path-filter
58
with:
0 commit comments