mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(ci): check out repo if event_name is schedule
This commit is contained in:
parent
a8026c13bc
commit
83ef466ee1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yaml
vendored
2
.github/workflows/container.yaml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name == 'push' || github.event_name == 'schedule'
|
||||
|
||||
- name: Build and push
|
||||
if: ${{ github.event_name == 'schedule' && env.GH_CR_PAT != null }}
|
||||
|
|
Loading…
Reference in a new issue