diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63f38428ed..0d932d3bab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -294,14 +294,12 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@v4 - if: ${{ github.event_name != 'schedule' && !github.event.inputs.pr }} with: repository: ${{ needs.resolve-required-data.outputs.repo }} ref: ${{ needs.resolve-required-data.outputs.ref }} - name: Build id: build - if: ${{ github.event_name != 'schedule' && !github.event.inputs.pr }} uses: cross-platform-actions/action@v0.25.0 env: DEBUG: napi:* @@ -343,7 +341,6 @@ jobs: echo "COMPLETE" - name: Upload artifact - if: ${{ github.event_name != 'schedule' && !github.event.inputs.pr }} uses: actions/upload-artifact@v4 with: name: bindings-freebsd