There was an error while loading. Please reload this page.
1 parent f9253f1 commit 752e727Copy full SHA for 752e727
1 file changed
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
needs: [ build-test, cypress-test ]
106
runs-on: ubuntu-22.04 # muuta uudemmaksi
107
timeout-minutes: 15
108
- if: github.event_name == 'push' && github.ref == 'refs/heads/issue1763-pre-built-docker-images-for-public-use' # Ref pois? Ei muissa brancheissä
+ if: github.event_name == 'push' && github.ref_name == 'issue1763-pre-built-docker-images-for-public-use' # Ref pois? Ei muissa brancheissä
109
steps:
110
- name: Check out repo
111
uses: actions/checkout@v4
0 commit comments