Skip to content

Commit cba1bb7

Browse files
authored
Merge pull request #9053 from element-hq/ci/remove-buildjet
2 parents 135bd22 + c10e6be commit cba1bb7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/post-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ui-tests:
3232
name: UI Tests (Synapse)
3333
needs: should-i-run
34-
runs-on: buildjet-4vcpu-ubuntu-2204
34+
runs-on: ubuntu-22.04
3535
timeout-minutes: 90 # We might need to increase it if the time for tests grows
3636
strategy:
3737
fail-fast: false

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: Test
22

33
on:
4-
pull_request: { }
5-
push:
6-
branches: [ main, develop ]
7-
paths-ignore:
8-
- '.github/**'
4+
workflow_dispatch:
95

106
# Enrich gradle.properties for CI/CD
117
env:
@@ -15,7 +11,7 @@ env:
1511
jobs:
1612
tests:
1713
name: Runs all tests
18-
runs-on: buildjet-4vcpu-ubuntu-2204
14+
runs-on: ubuntu-22.04
1915
timeout-minutes: 90 # We might need to increase it if the time for tests grows
2016
strategy:
2117
matrix:

0 commit comments

Comments
 (0)