Browse Source

ci: remove unnecessary conditional

pull/237/head
Ned Zimmerman 4 years ago
parent
commit
206a810bd3
  1. 1
      .github/workflows/update-pot.yml

1
.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

Loading…
Cancel
Save