We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e8021 commit 55e87e4Copy full SHA for 55e87e4
1 file changed
.github/workflows/push.yml
@@ -108,12 +108,10 @@ jobs:
108
needs: [flake8]
109
runs-on: ubuntu-latest
110
steps:
111
- - name: Checkout python-for-android (current branch)
112
- uses: actions/checkout@v2
113
- - name: Checkout python-for-android (develop branch)
+ - name: Checkout python-for-android
114
uses: actions/checkout@v2
115
with:
116
- ref: 'develop'
+ fetch-depth: 0
117
# helps with GitHub runner getting out of space
118
- name: Free disk space
119
run: |
0 commit comments