From 206a810bd3b682167e0092556d59823df24fef4f Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 23 Apr 2021 11:21:04 -0300 Subject: [PATCH] ci: remove unnecessary conditional --- .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