We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8490ea8 commit 22f4549Copy full SHA for 22f4549
1 file changed
.github/workflows/checks.yml
@@ -35,7 +35,9 @@ jobs:
35
upload-name: Unit test results
36
upload-path: ./**/build/reports/tests/
37
38
+ # FIXME: Re-enable when CME is fixed, see https://github.com/EdricChan03/studybuddy-android/issues/927
39
dependencies:
40
+ if: false
41
name: Check for dependency updates
42
runs-on: ubuntu-latest
43
permissions:
0 commit comments