File tree Expand file tree Collapse file tree 1 file changed +4
-32
lines changed Expand file tree Collapse file tree 1 file changed +4
-32
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 v2_4-non-rails-coditsu :
15- runs-on : >-
16- ${{
17- (github.event_name != 'pull_request' ||
18- github.event.pull_request.head.repo.full_name == github.repository)
19- && fromJSON('["self-hosted", "linux", "x64", "qemu"]')
20- || 'ubuntu-latest'
21- }}
22-
15+ runs-on : ubuntu-latest
2316 strategy :
2417 fail-fast : false
2518 steps :
3831 \curl -sSL https://api.coditsu.io/run/ci | bash
3932
4033 v2_4-non-rails-specs :
41- runs-on : >-
42- ${{
43- (github.event_name != 'pull_request' ||
44- github.event.pull_request.head.repo.full_name == github.repository)
45- && fromJSON('["self-hosted", "linux", "x64", "qemu"]')
46- || 'ubuntu-latest'
47- }}
48-
34+ runs-on : ubuntu-latest
4935 strategy :
5036 fail-fast : false
5137 matrix :
8571 bundle exec rspec
8672
8773 v2_4-rails-coditsu :
88- runs-on : >-
89- ${{
90- (github.event_name != 'pull_request' ||
91- github.event.pull_request.head.repo.full_name == github.repository)
92- && fromJSON('["self-hosted", "linux", "x64", "qemu"]')
93- || 'ubuntu-latest'
94- }}
95-
74+ runs-on : ubuntu-latest
9675 strategy :
9776 fail-fast : false
9877 steps :
@@ -111,14 +90,7 @@ jobs:
11190 \curl -sSL https://api.coditsu.io/run/ci | bash
11291
11392 v2_4-rails-specs :
114- runs-on : >-
115- ${{
116- (github.event_name != 'pull_request' ||
117- github.event.pull_request.head.repo.full_name == github.repository)
118- && fromJSON('["self-hosted", "linux", "x64", "qemu"]')
119- || 'ubuntu-latest'
120- }}
121-
93+ runs-on : ubuntu-latest
12294 strategy :
12395 fail-fast : false
12496 matrix :
You can’t perform that action at this time.
0 commit comments