[workflows] only run in 'mikf/gallery-dl' repo

The actual code was included in the previous
97a50a23d2 by accident …

This commit only wraps the slightly more complex docker.yml condition
in GitHub's special ${{ … }} braces.
pull/5870/head
Mike Fährmann 3 months ago
parent 97a50a23d2
commit a434fc7cb1
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -22,10 +22,11 @@ jobs:
runs-on: ubuntu-latest
# on release commits, run only for tag event
if: |
if: ${{
github.repository == 'mikf/gallery-dl' &&
( ! startsWith( github.event.head_commit.message , 'release version ' ) ||
startsWith( github.ref , 'refs/tags/v' ) )
}}
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save