Skip to content

Commit ffe9494

Browse files
author
Dmitriy
committed
ci(workflows): add workflow_call trigger to selenium and playwright workflows
1 parent ed3dff2 commit ffe9494

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/creevey-playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches: [master]
88
workflow_dispatch:
9+
workflow_call:
910

1011
jobs:
1112
playwright-tests:

.github/workflows/creevey-selenium.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches: [master]
88
workflow_dispatch:
9+
workflow_call:
910

1011
jobs:
1112
# SB8 Projects (Node 20, npm 10.9.7)

0 commit comments

Comments
 (0)