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 <cplee@nektos.com>
This commit is contained in:
parent
08141f5b00
commit
b04d762614
|
@ -18,4 +18,7 @@
|
|||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Path for actions cache created when running tests
|
||||
pkg/runner/act/
|
||||
|
||||
coverage.txt
|
||||
|
|
Loading…
Reference in New Issue