Skip to content

Commit

Permalink
Updated workflow for docker_setup check
Browse files Browse the repository at this point in the history
  • Loading branch information
larslemos committed Jul 27, 2023
1 parent 1b4c124 commit a874a47
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 a874a47

Please sign in to comment.