From: Alexander Köplinger Date: Mon, 26 Dec 2022 12:15:55 +0000 (+0100) Subject: Fix condition in backport.yml to also trigger on schedule (#79951) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~4904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c9f30616c87af1d33f176481ddc33b05900a1c3;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix condition in backport.yml to also trigger on schedule (#79951) --- diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index fb4f7ec..d604ff4 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,7 +14,7 @@ permissions: jobs: backport: - if: ${{ contains(github.event.comment.body, '/backport to') }} + if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }} uses: dotnet/arcade/.github/workflows/backport-base.yml@main with: pr_description_template: |