diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa6ea32845..d7e481b785 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,13 @@ jobs: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v4 + + - name: Checkout Push to Registry action + if: github.event_name == 'schedule' + uses: actions/checkout@v4 with: ref: live - - name: Add yq (for reading recipe.yml) uses: mikefarah/yq@v4.35.1