fix: Disable Run Meta on forks (#19)

* fix: Disable `Run Meta` on forks

* fix: Also don't run `docker` action
This commit is contained in:
Norbiros
2024-07-31 22:14:39 +02:00
committed by GitHub
parent 9763a43943
commit 6de8d2684a
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ on:
pull_request:
jobs:
docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@@ -7,6 +7,7 @@ on:
jobs:
run-docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
steps: