We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508b501 commit 8a71aaeCopy full SHA for 8a71aae
1 file changed
.github/workflows/ci.yaml
@@ -1,7 +1,7 @@
1
on:
2
pull_request: {}
3
schedule:
4
- - cron: '30 5,17 * * *'
+ - cron: '30 5,17 * * *'
5
push:
6
7
jobs:
@@ -121,9 +121,9 @@ jobs:
121
- uses: actions/cache@v2
122
with:
123
path: ~/.ccache
124
- key: ${{ env.MATRIX_NAME }}-ccache-${{ github.run_id }}
+ key: ${{ env.MATRIX_NAME }}-ccache-${{ github.run_id }}
125
restore-keys: |
126
- ${{ env.MATRIX_NAME }}-ccache-
+ ${{ env.MATRIX_NAME }}-ccache-
127
128
# Setup: variables
129
- if: matrix.arch == 'x86_64'
0 commit comments