Skip to content

Commit

Permalink
Chaging inequality to only look for not base repo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Aug 11, 2022
1 parent a8d852d commit d816626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
docker:
if: github.repository == 'labsyspharm/gating'
if: github.repository != 'labsyspharm/minerva_analysis'
runs-on: ubuntu-latest
steps:
- name: Branch name
Expand Down

0 comments on commit d816626

Please sign in to comment.