Skip to content

Commit 2c10ef3

Browse files
committed
ci: fixing the flow dependencies
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
1 parent 94a26cd commit 2c10ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: "Publishing release"
4040
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
4141
needs:
42-
- test_linux
42+
- test
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout code

0 commit comments

Comments
 (0)