mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
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:
parent
4937ba2f3b
commit
68b0850d27
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue