diff --git a/.github/workflows/ci-dgraph-load-tests.yml b/.github/workflows/ci-dgraph-load-tests.yml index a7eb10e573d..9117c1ba379 100644 --- a/.github/workflows/ci-dgraph-load-tests.yml +++ b/.github/workflows/ci-dgraph-load-tests.yml @@ -15,8 +15,7 @@ on: - cron: "0 * * * *" jobs: dgraph-load-tests: - # TODO: uncomment this after release work - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false runs-on: [self-hosted, x64] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci-dgraph-tests-arm64.yml b/.github/workflows/ci-dgraph-tests-arm64.yml index 6ae0cd52d72..083fc344993 100644 --- a/.github/workflows/ci-dgraph-tests-arm64.yml +++ b/.github/workflows/ci-dgraph-tests-arm64.yml @@ -15,8 +15,7 @@ on: - cron: "0 * * * *" jobs: dgraph-tests: - # TODO: uncomment this after release work - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false runs-on: [self-hosted, ARM64] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci-dgraph-tests.yml b/.github/workflows/ci-dgraph-tests.yml index 4747f60a2e4..bff7ed47668 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -15,8 +15,7 @@ on: - cron: "0 * * * *" jobs: dgraph-tests: - # TODO: uncomment this after release work - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false runs-on: [self-hosted, x64] steps: - uses: actions/checkout@v3