diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml index b820e8122..996590912 100644 --- a/.github/workflows/dhis2-verify-lib.yml +++ b/.github/workflows/dhis2-verify-lib.yml @@ -98,7 +98,7 @@ jobs: e2e: runs-on: ubuntu-latest - if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]' && !github.event.pull_request.draft" + if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'" needs: [build, setup-matrix] strategy: fail-fast: false