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 f22ef17 commit 4aab0cfCopy full SHA for 4aab0cf
.github/workflows/deployment.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-go@v4
21
with:
22
go-version: '1.20.9'
23
- cache: true
+ cache: false #post setup fail in local runner , disable for now
24
25
- name: install deps
26
run: |
.github/workflows/flow.yml
@@ -1,7 +1,6 @@
1
name: test
2
3
on:
4
- create:
5
push:
6
branches:
7
- main
0 commit comments