Skip to content

Commit

Permalink
fix: Disable Run Meta on forks (#19)
Browse files Browse the repository at this point in the history
* fix: Disable `Run Meta` on forks

* fix: Also don't run `docker` action
  • Loading branch information
Norbiros authored Jul 31, 2024
1 parent 9763a43 commit 6de8d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
jobs:
docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
run-docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6de8d26

Please sign in to comment.