Skip to content

Commit

Permalink
wip allow the workflow to run on any repository for test purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 12, 2023
1 parent ed7b51b commit 7445bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build_and_push:
name: Build and push vitess/lite Docker images
runs-on: ubuntu-latest # TODO: replace by larger runners
if: github.repository == 'vitessio/vitess'
#TODO: uncomment: if: github.repository == 'vitessio/vitess'

strategy:
fail-fast: true
Expand Down

0 comments on commit 7445bf9

Please sign in to comment.