Skip to content

Commit b04d762

Browse files
Ryan (hackercat)cplee
Ryan (hackercat)
andauthored
feat: Don't push pkg/runner/act/ where actions cache is stored (#620)
This will prevent pushing `act` cache that happens occasionally. Co-authored-by: Casey Lee <[email protected]>
1 parent 08141f5 commit b04d762

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
.vscode/
1919
.idea/
2020

21+
# Path for actions cache created when running tests
22+
pkg/runner/act/
23+
2124
coverage.txt

0 commit comments

Comments
 (0)