Skip to content

Commit 09b4472

Browse files
committed
added workflow_dispatch
1 parent 82ad331 commit 09b4472

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dockers_deploy_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
on:
17+
# Allows this workflow to be triggered from other repositories (e.g. pygemc)
18+
workflow_dispatch:
19+
1720
pull_request:
1821
merge_group:
1922
push:

0 commit comments

Comments
 (0)