Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-20 23:17:56 -07:00
parent a4fdcacb16
commit ff0ef43a61
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
name: Caching with Go
on:
workflow_dispatch:
jobs:
Cache-Go:
name: Cache Go
@@ -23,5 +25,5 @@ jobs:
path: |
/your_cache_path
key: go_path-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
restore-keys: |
go_cache-${{ steps.hash-go.outputs.hash }}