Skip to content

Commit 8a71aae

Browse files
committed
ci: remove spurious spaces
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 508b501 commit 8a71aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request: {}
33
schedule:
4-
- cron: '30 5,17 * * *'
4+
- cron: '30 5,17 * * *'
55
push:
66

77
jobs:
@@ -121,9 +121,9 @@ jobs:
121121
- uses: actions/cache@v2
122122
with:
123123
path: ~/.ccache
124-
key: ${{ env.MATRIX_NAME }}-ccache-${{ github.run_id }}
124+
key: ${{ env.MATRIX_NAME }}-ccache-${{ github.run_id }}
125125
restore-keys: |
126-
${{ env.MATRIX_NAME }}-ccache-
126+
${{ env.MATRIX_NAME }}-ccache-
127127
128128
# Setup: variables
129129
- if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)