mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Cleanup CI - remove the skip_tests call, general cleanup. (#2423)
This commit is contained in:
parent
dbbec88c4d
commit
8a0ad26d4e
4 changed files with 6 additions and 39 deletions
12
.github/workflows/merge-queue.yml
vendored
12
.github/workflows/merge-queue.yml
vendored
|
|
@ -9,14 +9,6 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
# New job to satisfy the required check for the merge queue
|
||||
# scheduled_updates:
|
||||
# if: github.repository == 'meshtastic/Meshtastic-Android' # Keep consistent with other jobs
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Always pass merge queue scheduled_updates check
|
||||
# run: echo "This check is primarily for PR entry; passing in merge queue."
|
||||
|
||||
build_and_detekt:
|
||||
if: github.repository == 'meshtastic/Meshtastic-Android'
|
||||
uses: ./.github/workflows/reusable-android-build.yml
|
||||
|
|
@ -35,13 +27,13 @@ jobs:
|
|||
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
||||
|
||||
check-workflow-status:
|
||||
name: Check Workflow Status
|
||||
name: Check Workflow Status # Matches another in pull-request, and is required for merge to main.
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
[
|
||||
build_and_detekt,
|
||||
androidTest
|
||||
]
|
||||
]
|
||||
if: always()
|
||||
steps:
|
||||
- name: Check Workflow Status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue