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
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -18,4 +18,7 @@
|
|||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Path for actions cache created when running tests
|
||||
pkg/runner/act/
|
||||
|
||||
coverage.txt
|
||||
|
|
Loading…
Reference in a new issue