diff --git a/.github/settings.yml b/.github/settings.yml index 1badf546..9b13d0a7 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -19,13 +19,10 @@ branches: - context: "Dependency Analysis (8.2, locked)" - context: "Mutation Tests (8.2, locked)" - context: "Static Code Analysis (8.2, locked)" - - context: "Tests (8.0, highest)" - context: "Tests (8.0, locked)" - context: "Tests (8.0, lowest)" - - context: "Tests (8.1, highest)" - context: "Tests (8.1, locked)" - context: "Tests (8.1, lowest)" - - context: "Tests (8.2, highest)" - context: "Tests (8.2, locked)" - context: "Tests (8.2, lowest)" strict: false diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 92c5907a..d6d7d27e 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -172,7 +172,6 @@ jobs: dependencies: - "lowest" - "locked" - - "highest" steps: - name: "Checkout"