diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06e62e44b7..1c68b0aa2a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -608,7 +608,7 @@ jobs: if: > false && github.event_name == 'push' && - github.head_ref == 'master' + github.ref == 'refs/heads/master' runs-on: ubuntu-latest needs: [set-image, measurements] defaults: