Skip to content

Commit 66be3aa

Browse files
committed
Reverting unnecessary Github action change
Signed-off-by: VRamakrishna <[email protected]>
1 parent 0ad48b0 commit 66be3aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy_corda-pkgs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919

2020
jobs:
2121
publish-protos:
22-
if: github.repository_owner == 'hyperledger-labs'
2322
runs-on: ubuntu-latest
2423
steps:
2524
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -46,7 +45,7 @@ jobs:
4645

4746

4847
publish-interop-app:
49-
if: ${{ always() && github.repository_owner == 'hyperledger-labs' }}
48+
if: always()
5049
needs: publish-protos
5150
runs-on: ubuntu-latest
5251
steps:
@@ -77,7 +76,7 @@ jobs:
7776
working-directory: core/network/corda-interop-app
7877

7978
publish-sdk:
80-
if: ${{ always() && github.repository_owner == 'hyperledger-labs' }}
79+
if: always()
8180
needs: [publish-protos, publish-interop-app]
8281
runs-on: ubuntu-latest
8382
steps:

0 commit comments

Comments
 (0)