diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cdc55ca..6649f0a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,8 +1,6 @@ name: Integration Tests on: - pull_request: - branches: [main] merge_group: types: [checks_requested] workflow_dispatch: @@ -16,7 +14,7 @@ permissions: jobs: integration-tests: - runs-on: ubuntu-slim + runs-on: ubuntu-24.04 steps: - name: Check out repository