fixed condition in workflow

pull/568/head
Michael Christen 2 years ago
parent 3472bcb4d3
commit 84c797f53d

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

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

Loading…
Cancel
Save