Browse Source

ci: remove unnecessary conditional (#237)

pull/239/head
Ned Zimmerman 3 years ago committed by GitHub
parent
commit
b9cf474064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/update-pot.yml

1
.github/workflows/update-pot.yml

@ -11,7 +11,6 @@ on:
jobs: jobs:
update-pot: update-pot:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == "pressbooks/pressbooks-aldine" # Don't run on forks.
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup PHP with tools - name: Setup PHP with tools

Loading…
Cancel
Save