diff --git a/.github/workflows/build-train.yml b/.github/workflows/build-train.yml index f77e121d03..08760a92f2 100644 --- a/.github/workflows/build-train.yml +++ b/.github/workflows/build-train.yml @@ -34,10 +34,11 @@ jobs: Cancel: name: "Cancel currently active" - if: ${{ github.repository_owner == 'Armbian' && github.event.schedule == '' }} + if: ${{ github.repository_owner == 'Armbian' }} runs-on: small steps: - uses: n1hility/cancel-previous-runs@v2 + if: ${{ github.event.schedule == '' }} with: token: ${{ secrets.GITHUB_TOKEN }}