Skip to content

Commit 671f8a5

Browse files
NoahNoah
authored andcommitted
validation wf
1 parent d904fbb commit 671f8a5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Validate WDL scripts
22

33
on:
4+
workflow_run:
5+
workflows: ["Build imports zips"]
6+
types:
7+
- completed
48
push:
59
branches:
610
- main
@@ -19,7 +23,6 @@ jobs:
1923
validate:
2024
name: Validate WDL workflow with WOMtool
2125
runs-on: ubuntu-latest
22-
needs: zip
2326
steps:
2427
- name: Checkout repository
2528
uses: actions/checkout@v4

0 commit comments

Comments
 (0)