Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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