From a6a581f89fbae4c55f6edf34bb39bccff0cf5a9d Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Tue, 30 Apr 2024 12:08:33 +0200 Subject: [PATCH] skip on PRs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef18da0a..332d1e46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,8 +58,8 @@ jobs: tags: rancher/cli2:${{ env.VERSION }} fossa: - # do not run on forks - if: github.repository_owner == 'rancher' + # do not run on pull_request + if: github.event_name != 'pull_request' runs-on: ubuntu-latest permissions: