Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
--global committed Nov 13, 2024
1 parent 0985d26 commit aa54d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [test]
# Deploy if:
# Build if:
# - the repo's owner is Ocado Tech.
# - the repo is not the backend template.
# - a change is made to the default branch.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [test]
# Deploy if:
# Build if:
# - the repo's owner is Ocado Tech.
# - the repo is not the frontend template.
# - a change is made to the default branch.
Expand Down

0 comments on commit aa54d8c

Please sign in to comment.