From be049ba61908302402ee57e1bb725a5f8e210991 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Fri, 10 May 2024 01:22:52 +0200 Subject: [PATCH] ci: actions: no block-fixup on scheduled pipelines --- .github/workflows/prebuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 22e03a12c..f6d1dfb26 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -9,6 +9,7 @@ on: jobs: block-fixup: name: Block fixup + if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4