diff --git a/.github/workflows/test-full.yml b/.github/workflows/test-full.yml index 1bb80159..1e70fc2d 100644 --- a/.github/workflows/test-full.yml +++ b/.github/workflows/test-full.yml @@ -18,7 +18,6 @@ jobs: # Until that is implemented, the only other viable option is a busy wait wait_in_queue: needs: [fail_on_remote] - if: ${{ github.event_name == 'workflow_dispatch' || !github.event.pull_request.draft }} runs-on: ubuntu-latest steps: - name: Wait for an available slot