We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e915f commit 78039b1Copy full SHA for 78039b1
1 file changed
.github/workflows/build-test-images.yml
@@ -92,7 +92,7 @@ jobs:
92
93
94
build_release_images:
95
- if: github.ref_name == 'master' || github.ref_name == 'ihalatci-update-workflow'
+ if: github.ref_name == 'master'
96
needs: prepare_pgversion_matrix
97
name: push-test-images-for-release
98
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109
steps: *build_images_per_pg_steps
110
111
build_release_images_shared:
112
113
name: push-shared-images-for-release
114
115
permissions:
0 commit comments