We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f166a64 commit 0e23750Copy full SHA for 0e23750
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
push:
10
branches:
11
- - main
+ - mpminardi/check-with-cache
12
13
jobs:
14
# Matrix test for all supported platforms and architectures
@@ -139,7 +139,7 @@ jobs:
139
audience: ${{ matrix.credential-type == 'workload-identity' && secrets.TS_AUDIENCE || ''}}
140
tags: "tag:ci"
141
version: "${{ matrix.version }}"
142
- use-cache: false
+ use-cache: true
143
timeout: "5m"
144
retry: 3
145
ping: "${{ matrix.ping }}"
0 commit comments