Skip to content

Commit 9eda7ac

Browse files
authored
ci(cat-voices): add workflow dispatch to action (#3799)
* ci(cat-voices): add workflow dispatch to action * ci(cat-voices): add workflow dispatch to action
1 parent eda311e commit 9eda7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/voices-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Catalyst Voices integration tests
22

33
on:
44
workflow_call:
5+
workflow_dispatch:
56

67
concurrency:
78
group: voices-tests-${{ github.head_ref || github.ref }}
@@ -39,4 +40,4 @@ jobs:
3940
enable_caching: "true"
4041
version: 0.21.0
4142
- name: Setup
42-
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.10.0
43+
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.10.0

0 commit comments

Comments
 (0)