We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 135bd22 + c10e6be commit cba1bb7Copy full SHA for cba1bb7
.github/workflows/post-pr.yml
@@ -31,7 +31,7 @@ jobs:
31
ui-tests:
32
name: UI Tests (Synapse)
33
needs: should-i-run
34
- runs-on: buildjet-4vcpu-ubuntu-2204
+ runs-on: ubuntu-22.04
35
timeout-minutes: 90 # We might need to increase it if the time for tests grows
36
strategy:
37
fail-fast: false
.github/workflows/tests.yml
@@ -1,11 +1,7 @@
1
name: Test
2
3
on:
4
- pull_request: { }
5
- push:
6
- branches: [ main, develop ]
7
- paths-ignore:
8
- - '.github/**'
+ workflow_dispatch:
9
10
# Enrich gradle.properties for CI/CD
11
env:
@@ -15,7 +11,7 @@ env:
15
jobs:
16
12
tests:
17
13
name: Runs all tests
18
14
19
20
21
matrix:
0 commit comments