From 40852110c0b84a95a846c066e7080515be3066f2 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Wed, 13 Nov 2024 11:55:00 +0000 Subject: [PATCH] test --- .github/workflows/release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7f1479c7..229d21fb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,12 @@ on: jobs: release: runs-on: ubuntu-latest - if: github.ref_name == github.event.repository.default_branch + # Release if: + # - the repo's owner is Ocado Tech. + # - a change is made to the default branch. + if: | + github.repository_owner_id == 2088731 + # github.ref_name == github.event.repository.default_branch env: NODE_VERSION: 22 steps: