remove fetching all branches

This commit is contained in:
Severiano Badajoz
2020-04-08 11:52:47 -07:00
parent b12a9c5514
commit 26ce7a0f05
-2
View File
@@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- name: Set up Python 3.7
uses: actions/setup-python@v1
with: