From 0906a9c81ff75531ba4a65e38161b8c18cc4f6b2 Mon Sep 17 00:00:00 2001 From: Carina Ursu Date: Wed, 12 Apr 2023 12:50:01 -0700 Subject: [PATCH] Revert "temp make always push" This reverts commit 1bd3ec360050a5d4a7d468dfeb55698cdcc87d82. Signed-off-by: Carina Ursu --- .github/workflows/checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3e43cea6c..8bc17209a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,7 +10,6 @@ on: branches: - master - devmain - - carina/customenv jobs: extract_branch: @@ -60,7 +59,7 @@ jobs: with: version: v1 dockerfile: Dockerfile - push: true + push: false repository: ${{ github.repository }} secrets: FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}