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 0ad48b0 commit 66be3aaCopy full SHA for 66be3aa
.github/workflows/deploy_corda-pkgs.yml
@@ -19,7 +19,6 @@ on:
19
20
jobs:
21
publish-protos:
22
- if: github.repository_owner == 'hyperledger-labs'
23
runs-on: ubuntu-latest
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -46,7 +45,7 @@ jobs:
46
45
47
48
publish-interop-app:
49
- if: ${{ always() && github.repository_owner == 'hyperledger-labs' }}
+ if: always()
50
needs: publish-protos
51
52
@@ -77,7 +76,7 @@ jobs:
77
76
working-directory: core/network/corda-interop-app
78
79
publish-sdk:
80
81
needs: [publish-protos, publish-interop-app]
82
83
0 commit comments