We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f6f0f commit 9e6b8c8Copy full SHA for 9e6b8c8
.github/workflows/android.yml
@@ -27,7 +27,6 @@ jobs:
27
run: chmod +x gradlew
28
29
- name: Get random number
30
- if: github.event_name == 'schedule'
31
id: random
32
run: echo "NUMBER=$(shuf -i 1-10000 -n 1)" >> $GITHUB_OUTPUT
33
0 commit comments