Skip to content

Commit 0348fdb

Browse files
committed
sequence
1 parent 4512fbf commit 0348fdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ jobs:
124124
runs-on: ubuntu-latest
125125
permissions:
126126
contents: write # allow pushing commits/tags
127+
128+
needs:
129+
- tests
130+
- tests-no-docker
131+
127132
steps:
128133
- name: Check out code
129134
uses: actions/checkout@v3

0 commit comments

Comments
 (0)