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.
pull/336/head
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
1 changed files with 1 additions and 0 deletions

View File

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