Skip to content

Commit

Permalink
Merge pull request #34 from UCSF-GP-Namibia/namibia-dev
Browse files Browse the repository at this point in the history
Updated workflow for docker_setup check
  • Loading branch information
larslemos authored Jul 27, 2023
2 parents 69aa102 + a874a47 commit 340dbf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ohri-namibia-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:

docker_setup:
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event_name == 'pull_request') && github.event.pull_request.merged
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.merged)
steps:
- name: Login to Docker Hub
Expand Down

0 comments on commit 340dbf8

Please sign in to comment.