From b9cf474064a03ef34486a1748d7a01a2526fdd5d Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 23 Apr 2021 13:17:04 -0300 Subject: [PATCH] ci: remove unnecessary conditional (#237) --- .github/workflows/update-pot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml index 2e84439..4b13a54 100644 --- a/.github/workflows/update-pot.yml +++ b/.github/workflows/update-pot.yml @@ -11,7 +11,6 @@ on: jobs: update-pot: runs-on: ubuntu-latest - if: github.repository == "pressbooks/pressbooks-aldine" # Don't run on forks. steps: - uses: actions/checkout@v2 - name: Setup PHP with tools