Skip to content

Commit

Permalink
Fixes wrong CI setup (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Sep 25, 2021
1 parent 11e8021 commit 55e87e4
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 55e87e4

Please sign in to comment.