diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 40cfeef..8c78b7a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,9 +25,15 @@ jobs: if-no-files-found: error retention-days: 1 test: + cancel-timeout-minutes: 1 + timeout-minutes: 20 + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true needs: [build] runs-on: ubuntu-latest strategy: + max-parallel: 1 matrix: gemini-features: ["basic", "normal"] gemini-concurrency: [4]