We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf32c9a commit 5a85a0aCopy full SHA for 5a85a0a
.github/workflows/android-app.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Use default container image and resolve digest
86
id: determine-runner
87
run: |
88
- echo "use-runner=ubuntu-latest" >> $GITHUB_ENV
+ echo "use-runner=app-gh-build" >> $GITHUB_ENV
89
90
# TODO: Fix fallback
91
# - name: Determine runner depending on availability
0 commit comments