Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: always schedule on live branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Nov 2, 2023
1 parent d81d32b commit 3d3929b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

Expand Down

0 comments on commit 3d3929b

Please sign in to comment.