mirror of
https://github.com/octoleo/restic.git
synced 2024-11-10 15:21:03 +00:00
Fix test for pull request
This commit is contained in:
parent
1a3f885d3d
commit
c923bd957d
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -245,4 +245,4 @@ jobs:
|
|||||||
# only run golangci-lint for pull requests, otherwise ALL hints get
|
# only run golangci-lint for pull requests, otherwise ALL hints get
|
||||||
# reported. We need to slowly address all issues until we can enable
|
# reported. We need to slowly address all issues until we can enable
|
||||||
# linting the master branch :)
|
# linting the master branch :)
|
||||||
if: github.event.pull_request.head.repo.full_name != github.repository
|
if: github.event_name == "pull_request"
|
||||||
|
Loading…
Reference in New Issue
Block a user