Skip to content

Commit b03229d

Browse files
committed
temp testing
Signed-off-by: Mario Minardi <[email protected]>
1 parent f166a64 commit b03229d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
push:
77
branches:
8-
- main
8+
- mpminardi/check-with-cache
99

1010
jobs:
1111
# Basic smoke test that doesn't require secrets

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
audience: ${{ matrix.credential-type == 'workload-identity' && secrets.TS_AUDIENCE || ''}}
140140
tags: "tag:ci"
141141
version: "${{ matrix.version }}"
142-
use-cache: false
142+
use-cache: true
143143
timeout: "5m"
144144
retry: 3
145145
ping: "${{ matrix.ping }}"

0 commit comments

Comments
 (0)