mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 09:54:07 +02:00
only push docker images and docs when a pr does not come from a fork
This commit is contained in:
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@@ -86,6 +86,7 @@ jobs:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
needs: [ build, test ]
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
@@ -111,6 +112,7 @@ jobs:
|
||||
publish-indexes:
|
||||
needs: [ build, test, deploy ]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
|
||||
container:
|
||||
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user