Skip to content

Commit

Permalink
chore: remove redundant docker build on merge to master (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan authored Apr 14, 2022
1 parent a1f55f4 commit 46db242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: make lint

build_docker_image:
name: Build & Push Flyteconsole Image
if: ${{ github.event_name == 'pull_request' }}
name: Build Flyteconsole Image
uses: flyteorg/flytetools/.github/workflows/publish.yml@master
with:
version: v1
Expand Down

0 comments on commit 46db242

Please sign in to comment.