This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
backport :
12
12
name : Backport
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
# Only react to merged PRs for security reasons.
15
15
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
16
16
if : >
Original file line number Diff line number Diff line change 15
15
report :
16
16
if : github.event.workflow_run.conclusion != 'cancelled'
17
17
name : Report results
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
environment : Netlify
20
20
permissions :
21
21
statuses : write
Original file line number Diff line number Diff line change 45
45
jobs :
46
46
build :
47
47
name : " Build Element-Web"
48
- runs-on : ubuntu-latest
48
+ runs-on : ubuntu-22.04
49
49
if : inputs.skip != true
50
50
steps :
51
51
- name : Checkout code
95
95
name : " Run Tests ${{ matrix.runner }}/${{ strategy.job-total }}"
96
96
needs : build
97
97
if : inputs.skip != true
98
- runs-on : ubuntu-latest
98
+ runs-on : ubuntu-22.04
99
99
permissions :
100
100
actions : read
101
101
issues : read
@@ -162,7 +162,7 @@ jobs:
162
162
name : end-to-end-tests
163
163
needs : playwright
164
164
if : always()
165
- runs-on : ubuntu-latest
165
+ runs-on : ubuntu-22.04
166
166
steps :
167
167
- uses : actions/checkout@v4
168
168
if : inputs.skip != true
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
deploy :
11
11
if : github.event.workflow_run.conclusion != 'cancelled' && github.event.workflow_run.event == 'pull_request'
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-22.04
13
13
environment : Netlify
14
14
steps :
15
15
- name : 📝 Create Deployment
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
notify-element-web :
9
9
name : " Notify Element Web"
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-22.04
11
11
# Only respect triggers from our develop branch, ignore that of forks
12
12
if : github.repository == 'element-hq/matrix-react-sdk'
13
13
steps :
Original file line number Diff line number Diff line change 5
5
- cron : " 0 6 * * *" # Every day at 6am UTC
6
6
jobs :
7
7
update :
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-22.04
9
9
steps :
10
10
- uses : actions/checkout@v4
11
11
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
check_base_branch :
7
7
name : Check PR base branch
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-22.04
9
9
steps :
10
10
- uses : actions/github-script@v7
11
11
with :
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
ts_lint :
20
20
name : " Typescript Syntax Check"
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
67
67
68
68
rethemendex_lint :
69
69
name : " Rethemendex Check"
70
- runs-on : ubuntu-latest
70
+ runs-on : ubuntu-22.04
71
71
steps :
72
72
- uses : actions/checkout@v4
73
73
77
77
78
78
js_lint :
79
79
name : " ESLint"
80
- runs-on : ubuntu-latest
80
+ runs-on : ubuntu-22.04
81
81
steps :
82
82
- uses : actions/checkout@v4
83
83
95
95
96
96
style_lint :
97
97
name : " Style Lint"
98
- runs-on : ubuntu-latest
98
+ runs-on : ubuntu-22.04
99
99
steps :
100
100
- uses : actions/checkout@v4
101
101
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
workflow_lint :
115
115
name : " Workflow Lint"
116
- runs-on : ubuntu-latest
116
+ runs-on : ubuntu-22.04
117
117
steps :
118
118
- uses : actions/checkout@v4
119
119
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
analyse_dead_code :
133
133
name : " Analyse Dead Code"
134
- runs-on : ubuntu-latest
134
+ runs-on : ubuntu-22.04
135
135
steps :
136
136
- uses : actions/checkout@v4
137
137
Original file line number Diff line number Diff line change 29
29
jobs :
30
30
jest :
31
31
name : Jest
32
- runs-on : ubuntu-latest
32
+ runs-on : ubuntu-22.04
33
33
strategy :
34
34
fail-fast : false
35
35
matrix :
93
93
name : jest-tests
94
94
needs : jest
95
95
if : always()
96
- runs-on : ubuntu-latest
96
+ runs-on : ubuntu-22.04
97
97
steps :
98
98
- if : needs.jest.result != 'skipped' && needs.jest.result != 'success'
99
99
run : exit 1
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
app-tests :
113
113
name : Element Web Integration Tests
114
- runs-on : ubuntu-latest
114
+ runs-on : ubuntu-22.04
115
115
steps :
116
116
- uses : actions/checkout@v4
117
117
with :
You can’t perform that action at this time.
0 commit comments