Skip to content

Commit 81d472b

Browse files
committed
CI/NFC: trim trailing spaces
1 parent a18e95f commit 81d472b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/root-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- ${{ matrix.platform }}
120120

121121
name: |
122-
${{ matrix.platform }} ${{ matrix.arch }}
122+
${{ matrix.platform }} ${{ matrix.arch }}
123123
${{ (github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' && join( matrix.overrides, ', ' )) || '' }}
124124
125125
steps:
@@ -159,15 +159,15 @@ jobs:
159159

160160
- name: Set up curl CA bundle for Davix to work with https
161161
run: 'echo SSL_CERT_FILE=/opt/local/share/curl/curl-ca-bundle.crt >> $GITHUB_ENV'
162-
162+
163163
- name: Pull Request Build
164164
shell: bash -leo pipefail {0}
165165
if: github.event_name == 'pull_request'
166166
env:
167167
HOME: /Users/sftnight
168168
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') && !matrix.platform == 'mac15' && !matrix.platform == 'mac26'}}
169169
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
170-
run: ".github/workflows/root-ci-config/build_root.py
170+
run: ".github/workflows/root-ci-config/build_root.py
171171
--buildtype RelWithDebInfo
172172
--incremental $INCREMENTAL
173173
--base_ref ${{ github.base_ref }}
@@ -181,7 +181,7 @@ jobs:
181181
- name: Workflow dispatch
182182
shell: bash -leo pipefail {0}
183183
if: ${{ github.event_name == 'workflow_dispatch' && !matrix.is_special }}
184-
run: ".github/workflows/root-ci-config/build_root.py
184+
run: ".github/workflows/root-ci-config/build_root.py
185185
--buildtype ${{ inputs.buildtype }}
186186
--platform ${{ matrix.platform }}
187187
--incremental ${{ inputs.incremental }}
@@ -193,7 +193,7 @@ jobs:
193193
- name: Nightly build
194194
shell: bash -leo pipefail {0}
195195
if: github.event_name == 'schedule'
196-
run: ".github/workflows/root-ci-config/build_root.py
196+
run: ".github/workflows/root-ci-config/build_root.py
197197
--buildtype Release
198198
--platform ${{ matrix.platform }}
199199
--incremental false
@@ -204,7 +204,7 @@ jobs:
204204
- name: Update build cache after push to release branch
205205
shell: bash -leo pipefail {0}
206206
if: github.event_name == 'push'
207-
run: ".github/workflows/root-ci-config/build_root.py
207+
run: ".github/workflows/root-ci-config/build_root.py
208208
--buildtype RelWithDebInfo
209209
--platform ${{ matrix.platform }}
210210
--incremental false
@@ -421,7 +421,7 @@ jobs:
421421
is_special: true
422422
property: "Fedora pydebug"
423423
overrides: ["CMAKE_CXX_STANDARD=23"]
424-
# Disable GPU builds until the DNS problem is solved
424+
# Disable GPU builds until the DNS problem is solved
425425
# - image: ubuntu2404-cuda
426426
# is_special: true
427427
# property: gpu

0 commit comments

Comments
 (0)