summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-app.yml5
-rw-r--r--.github/workflows/android-kotlin-format-check.yml2
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 89ff920d26..e350e859de 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -116,8 +116,9 @@ jobs:
build-root-directory: android
execution-only-caches: true
- # Running the AGP lint here rather than in the separate lint workflow (android-ktlint.yml)
- # since it's easier to make use of the running container, cache and previously ran tasks.
+ # Running the AGP lint here rather than in the separate lint workflow
+ # (android-kotlin-format-check.yml) since it's easier to make use of the running container,
+ # cache and previously ran tasks.
- name: Run AGP lint
uses: burrunan/gradle-cache-action@v1
with:
diff --git a/.github/workflows/android-kotlin-format-check.yml b/.github/workflows/android-kotlin-format-check.yml
index 52a5f43e71..5e27fa38ea 100644
--- a/.github/workflows/android-kotlin-format-check.yml
+++ b/.github/workflows/android-kotlin-format-check.yml
@@ -2,7 +2,7 @@
name: Android - Check kotlin formatting
on:
pull_request:
- paths: [.github/workflows/android-ktlint.yml, android/**/*.kt]
+ paths: [.github/workflows/android-kotlin-format-check.yml, android/**/*.kt]
workflow_dispatch:
jobs:
check-formatting: