Skip to content

Commit 2aefb91

Browse files
committed
Testing caching
1 parent 4c25f5b commit 2aefb91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tailscale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- 'mpminardi/test-caching'
88
pull_request:
99
branches:
1010
- '*'
@@ -25,6 +25,7 @@ jobs:
2525
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
2626
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
2727
tags: tag:ci
28+
use-cache: 'true'
2829

2930
- name: check for tailscale connection
3031
shell: bash

0 commit comments

Comments
 (0)