Skip to content

Commit 41f8588

Browse files
committed
pro
1 parent 82b0d42 commit 41f8588

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ on:
1212

1313
jobs:
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:
@@ -38,14 +31,7 @@ jobs:
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:
@@ -85,14 +71,7 @@ jobs:
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:

0 commit comments

Comments
 (0)