mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Add debug step to crowdin_auto_merge.yml
This commit is contained in:
12
.github/workflows/crowdin_auto_merge.yml
vendored
12
.github/workflows/crowdin_auto_merge.yml
vendored
@@ -4,7 +4,17 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
debug:
|
||||
name: Debug
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo ${{ github.event.pull_request.user.login }}
|
||||
echo ${{ github.event.pull_request.title }}
|
||||
echo ${{ github.event.pull_request.user.login == 'github-actions' }}
|
||||
echo ${{ github.event.pull_request.title == 'New Crowdin translations by Github Action' }}
|
||||
|
||||
build-debug-apk:
|
||||
name: Build debug APK
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user