Skip to content

Commit

Permalink
Fixes wrong CI setup (kivy#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored and xloem committed Oct 9, 2021
1 parent 99753a8 commit fb087ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,10 @@ jobs:
needs: [flake8]
runs-on: ubuntu-latest
steps:
- name: Checkout python-for-android (current branch)
uses: actions/checkout@v2
- name: Checkout python-for-android (develop branch)
- name: Checkout python-for-android
uses: actions/checkout@v2
with:
ref: 'develop'
fetch-depth: 0
# helps with GitHub runner getting out of space
- name: Free disk space
run: |
Expand Down

0 comments on commit fb087ff

Please sign in to comment.