Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
--global committed Nov 13, 2024
1 parent 839898d commit 4085211
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4085211

Please sign in to comment.