Skip to content

Commit

Permalink
undo tmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
--global committed Nov 13, 2024
1 parent 4085211 commit 0985d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# - a change is made to the default branch.
if: |
github.repository_owner_id == 2088731 &&
github.repository_id != 610204172
# github.ref_name == github.event.repository.default_branch
github.repository_id != 610204172 &&
github.ref_name == github.event.repository.default_branch
steps:
- name: 🐍 Set up Python ${{ inputs.python-version }} Environment
uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main
Expand All @@ -69,5 +69,5 @@ jobs:
release:
needs: [build]
uses: ocadotechnology/codeforlife-workspace/.github/workflows/release.yaml@contributor-backend-31 # TODO: set to @main
uses: ocadotechnology/codeforlife-workspace/.github/workflows/release.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
release:
needs: [build]
uses: ocadotechnology/codeforlife-workspace/.github/workflows/release.yaml@contributor-backend-31 # TODO: set to @main
uses: ocadotechnology/codeforlife-workspace/.github/workflows/release.yaml@main
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# - 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
github.repository_owner_id == 2088731 &&
github.ref_name == github.event.repository.default_branch
env:
NODE_VERSION: 22
steps:
Expand Down

0 comments on commit 0985d26

Please sign in to comment.