cicd: fix build image timing

pull/2346/head
Bloomingg 1 year ago
parent 1638ea5361
commit 07399ab78a

@ -49,7 +49,7 @@ env:
jobs: jobs:
build-dockerhub: build-dockerhub:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged == true }} if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.merged == false) }}
steps: steps:
- name: Checkout main repository - name: Checkout main repository
uses: actions/checkout@v4 uses: actions/checkout@v4

Loading…
Cancel
Save