diff --git a/.drone/drone.yml b/.drone/drone.yml index 58e8e9206f..9ba57aa374 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -132,7 +132,6 @@ trigger: - pull_request type: docker --- -# TODO: Remove this pipeline once its GitHub actions equivalent is battle tested. kind: pipeline name: Test (Full) platform: diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index c52f941593..8bf1bfbfca 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -3,8 +3,6 @@ on: push: branches: - main - # TODO: Remove this later - pull_request: jobs: test_linux: name: Test (Full)