From fc3339670b7cb8d287be971b704c5fc6525725fa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:12:23 +0200 Subject: [PATCH] Update weekly_crlftolf.yaml --- .github/workflows/weekly_crlftolf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/weekly_crlftolf.yaml b/.github/workflows/weekly_crlftolf.yaml index 11d737a10..525433a0f 100644 --- a/.github/workflows/weekly_crlftolf.yaml +++ b/.github/workflows/weekly_crlftolf.yaml @@ -8,6 +8,7 @@ on: jobs: crlf-to-lf: + if: github.repository_owner == 'alexbelgium' runs-on: ubuntu-latest steps: - name: Checkout repository contents @@ -24,6 +25,7 @@ jobs: fix-crlf: name: Fix CRLF Endings + if: github.repository_owner == 'alexbelgium' runs-on: ubuntu-latest # Use a Linux runner steps: - name: Checkout repository contents