Skip to content

Commit 85136f8

Browse files
authored
Allow running the tests workflow from other workflows. (#12040)
1 parent 813803b commit 85136f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
test-visual: ${{ steps.path-filter.outputs.test-visual }}
5353
steps:
5454
- 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' }}
55+
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' }}
5656
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # https://github.com/dorny/paths-filter/releases/tag/v3.0.1
5757
id: path-filter
5858
with:

0 commit comments

Comments
 (0)