Merge pull request #564 from thkoch2001/disable_github_actions_on_fork

skip github jobs on forks
pull/568/head
Michael Christen 2 years ago committed by GitHub
commit 0e87ad14c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ on: pull_request
jobs:
build:
runs-on: ubuntu-latest
if: "github.repository == 'yacy/yacy_search_server'
steps:
- uses: actions/checkout@master
- name: Set up JDK 8

@ -5,6 +5,7 @@ on: push
jobs:
build:
runs-on: self-hosted
if: "github.repository == 'yacy/yacy_search_server'
steps:
- uses: actions/checkout@master
- name: Set up JDK 8

Loading…
Cancel
Save