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 94a26cd commit 2c10ef3Copy full SHA for 2c10ef3
.github/workflows/deployment.yml
@@ -39,7 +39,7 @@ jobs:
39
name: "Publishing release"
40
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
41
needs:
42
- - test_linux
+ - test
43
runs-on: ubuntu-latest
44
steps:
45
- name: Checkout code
0 commit comments