Skip to content

Commit c49a209

Browse files
committed
Merge #430: fixup: wrong env in deployment workflow
c06dc64 fixup: wrong env in deployment workflow (Cameron Garnham) Pull request description: ACKs for top commit: da2ce7: ACK c06dc64 josecelano: ACK c06dc64 Tree-SHA512: 1c4cb07b3a131716d577f5a19ca7cf9aaf96b482432429e8aa6696c8837af4a5d0b4b794e0a5229f3f3dc73bb76661e6738309652807304c6533bb5b8381543f
2 parents ea8c78f + c06dc64 commit c49a209

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
secrets:
1010
name: Secrets
11-
environment: dockerhub-torrust
11+
environment: crates-io-torrust
1212
runs-on: ubuntu-latest
1313

1414
outputs:
@@ -51,7 +51,6 @@ jobs:
5151
name: Publish
5252
environment: crates-io-torrust
5353
needs: test
54-
if: needs.secrets.outputs.continue == 'true'
5554
runs-on: ubuntu-latest
5655

5756
steps:

0 commit comments

Comments
 (0)