Skip to content

Commit

Permalink
Fixed next/kelvin workflow to not upload to docker (#529)
Browse files Browse the repository at this point in the history
The next/kelvin workflow uploads to docker edge. This shouldn't happen
as it messes up edge testing if the next/kelvin branch isn't in sync
with develop
  • Loading branch information
joemfb authored Sep 29, 2023
2 parents 7ba4bca + 56fce75 commit 2ee6dd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
upload: true
next: ${{ github.ref_name }}
secrets: inherit

docker:
uses: ./.github/workflows/docker-shared.yml
secrets: inherit

0 comments on commit 2ee6dd1

Please sign in to comment.