diff --git a/.github/workflows/post-pr.yml b/.github/workflows/post-pr.yml index c0e7caba76..ab0d0da9ba 100644 --- a/.github/workflows/post-pr.yml +++ b/.github/workflows/post-pr.yml @@ -31,7 +31,7 @@ jobs: ui-tests: name: UI Tests (Synapse) needs: should-i-run - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-22.04 timeout-minutes: 90 # We might need to increase it if the time for tests grows strategy: fail-fast: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 678ceaf11d..d090d80513 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,11 +1,7 @@ name: Test on: - pull_request: { } - push: - branches: [ main, develop ] - paths-ignore: - - '.github/**' + workflow_dispatch: # Enrich gradle.properties for CI/CD env: @@ -15,7 +11,7 @@ env: jobs: tests: name: Runs all tests - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-22.04 timeout-minutes: 90 # We might need to increase it if the time for tests grows strategy: matrix: