Skip to content

Commit a048c8d

Browse files
authored
not enough needs (#51)
1 parent a0f0240 commit a048c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
create_release_test:
7777
runs-on: ubuntu-latest
78-
needs: build
78+
needs: [generate_infos, build]
7979
steps:
8080
- name: Checkout code
8181
uses: actions/checkout@v2

.github/workflows/branchPR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
create_release_test:
8484
runs-on: ubuntu-latest
85-
needs: build
85+
needs: [generate_infos, build]
8686
steps:
8787
- name: Checkout code
8888
uses: actions/checkout@v2

0 commit comments

Comments
 (0)