Skip to content

Commit 4aab0cf

Browse files
authored
Fix/dup trigger deploy (#118)
* fix: remove create event, this event have include in push to deployment * feat: disable cache to provent at post setup
1 parent f22ef17 commit 4aab0cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@v4
2121
with:
2222
go-version: '1.20.9'
23-
cache: true
23+
cache: false #post setup fail in local runner , disable for now
2424

2525
- name: install deps
2626
run: |

.github/workflows/flow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: test
22

33
on:
4-
create:
54
push:
65
branches:
76
- main

0 commit comments

Comments
 (0)