Skip to content

Commit 752e727

Browse files
committed
Another try with GitHub event name and ref to wake up the action on the GitHub side
1 parent f9253f1 commit 752e727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
needs: [ build-test, cypress-test ]
106106
runs-on: ubuntu-22.04 # muuta uudemmaksi
107107
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ä
108+
if: github.event_name == 'push' && github.ref_name == 'issue1763-pre-built-docker-images-for-public-use' # Ref pois? Ei muissa brancheissä
109109
steps:
110110
- name: Check out repo
111111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)