From 236caf379c3e1606ac2974372b04da853214f56c Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 28 Jul 2023 20:39:03 +0200 Subject: [PATCH] ci(typos): run on forks --- .github/workflows/typos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 1ab7bc5..eec53ac 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -19,7 +19,7 @@ jobs: # 'continue-on-error' will always succeed, we should exit based on the outcome and not the conclusion # ref: https://docs.github.com/en/actions/learn-github-actions/contexts#steps-context - name: Fail When Typos Are Found in Pull Request - if: ${{ github.repository == 'catppuccin/userstyles' && github.event_name == 'pull_request' && steps.typos.outcome != 'success' }} + if: ${{ github.event_name == 'pull_request' && steps.typos.outcome != 'success' }} run: "exit 1" # We always want this check to pass on branch 'main' but continue to fail on PRs