Skip to content

Commit 5603a67

Browse files
committed
wait for buildandtest workflow
1 parent b15101f commit 5603a67

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-dev-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Publish Dev Package
22

33
on:
44
push:
5+
workflow_run:
6+
workflows: ["Build and Test"]
7+
types:
8+
- completed
59
branches:
610
- "lfalslev/bed-7878"
711
# - "v4"
@@ -10,7 +14,6 @@ jobs:
1014
update-dev-package:
1115
name: update-dev-package
1216
runs-on: windows-latest
13-
needs: build-and-test
1417
steps:
1518
- name: Checkout repository
1619
uses: actions/checkout@v6

0 commit comments

Comments
 (0)