Skip to content

Commit 78039b1

Browse files
committed
remove test branch
1 parent f8e915f commit 78039b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
9494
build_release_images:
95-
if: github.ref_name == 'master' || github.ref_name == 'ihalatci-update-workflow'
95+
if: github.ref_name == 'master'
9696
needs: prepare_pgversion_matrix
9797
name: push-test-images-for-release
9898
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109
steps: *build_images_per_pg_steps
110110

111111
build_release_images_shared:
112-
if: github.ref_name == 'master' || github.ref_name == 'ihalatci-update-workflow'
112+
if: github.ref_name == 'master'
113113
name: push-shared-images-for-release
114114
runs-on: ubuntu-latest
115115
permissions:

0 commit comments

Comments
 (0)