There was an error while loading. Please reload this page.
1 parent b493be7 commit f9253f1Copy full SHA for f9253f1
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 == 'refs/heads/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