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:
Ryan (hackercat) 2021-05-03 16:54:51 +02:00 committed by GitHub
parent 08141f5b00
commit b04d762614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -18,4 +18,7 @@
.vscode/
.idea/
# Path for actions cache created when running tests
pkg/runner/act/
coverage.txt