Skip to content

Commit

Permalink
run correct actions on correct repos
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Feb 21, 2024
1 parent 2553357 commit 4ff6859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
docker:
# Ensure this job never runs on forked repos. It's only executed for our repo
if: github.repository == 'dataquest-dev/dspace'
if: github.repository == 'disable-by-using-nonexisting-name/dspace'
runs-on: ubuntu-latest
env:
# Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
####################################################
dspace-dependencies:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace'
if: github.repository == 'dspace/dspace'
if: github.repository == 'dataquest-dev/dspace'
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
###########################################
dspace-cli:
# Ensure this job never runs on forked repos. It's only executed for 'dataquest/dspace'
if: github.repository == 'dspace/dspace'
if: github.repository == 'dataquest-dev/dspace'
# Must run after 'dspace-dependencies' job above
needs: dspace-dependencies
runs-on: ubuntu-latest
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
###########################################
dspace-solr:
# Ensure this job never runs on forked repos. It's only executed for 'dataquest/dspace'
if: github.repository == 'dspace/dspace'
if: github.repository == 'dataquest-dev/dspace'
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
###########################################################
dspace-postgres-pgcrypto:
# Ensure this job never runs on forked repos. It's only executed for 'dataquest/dspace'
if: github.repository == 'dspace/dspace'
if: github.repository == 'dataquest-dev/dspace'
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
########################################################################
dspace-postgres-pgcrypto-loadsql:
# Ensure this job never runs on forked repos. It's only executed for 'dataquest/dspace'
if: github.repository == 'dspace/dspace'
if: github.repository == 'dataquest-dev/dspace'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4ff6859

Please sign in to comment.