From f4ca4825e2956f89e9860051fbaf2cb257e21670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 27 Aug 2024 15:38:55 +0200 Subject: [PATCH] ci: run only if not in pull request --- .github/workflows/gimi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gimi.yml b/.github/workflows/gimi.yml index a45d6e8..de30c0d 100644 --- a/.github/workflows/gimi.yml +++ b/.github/workflows/gimi.yml @@ -6,9 +6,11 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 + if: github.event_name != 'pull_request' with: fetch-depth: 0 - - run: | + - if: github.event_name != 'pull_request' + run: | set +x mkdir ~/.ssh -p