Skip to content

Commit 55e87e4

Browse files
authored
Fixes wrong CI setup (kivy#2496)
1 parent 11e8021 commit 55e87e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,10 @@ jobs:
108108
needs: [flake8]
109109
runs-on: ubuntu-latest
110110
steps:
111-
- name: Checkout python-for-android (current branch)
112-
uses: actions/checkout@v2
113-
- name: Checkout python-for-android (develop branch)
111+
- name: Checkout python-for-android
114112
uses: actions/checkout@v2
115113
with:
116-
ref: 'develop'
114+
fetch-depth: 0
117115
# helps with GitHub runner getting out of space
118116
- name: Free disk space
119117
run: |

0 commit comments

Comments
 (0)