Skip to content

Commit

Permalink
cicd: fix build image timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomingg committed Jun 12, 2024
1 parent 1638ea5 commit 07399ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ env:
jobs:
build-dockerhub:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged == true }}
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.merged == false) }}
steps:
- name: Checkout main repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 07399ab

Please sign in to comment.