We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f0240 commit a048c8dCopy full SHA for a048c8d
.github/workflows/Release.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
create_release_test:
77
runs-on: ubuntu-latest
78
- needs: build
+ needs: [generate_infos, build]
79
steps:
80
- name: Checkout code
81
uses: actions/checkout@v2
.github/workflows/branchPR.yaml
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments