chore(ci): do not run the docker-example when not needed

If the organization is for release, integration or experimental, no
need to run the docker example test.
This commit is contained in:
Earl Warren 2024-11-16 14:23:52 +01:00
parent 4937ba2f3b
commit 68b0850d27
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -7,6 +7,7 @@ on:
jobs: jobs:
example-docker-compose: example-docker-compose:
if: github.repository_owner != 'forgejo-integration' && github.repository_owner != 'forgejo-experimental' && github.repository_owner != 'forgejo-release'
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4