mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix: Satisfy merge queue check for scheduled updates (#2420)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
226502932d
commit
929dc5e6f0
1 changed files with 8 additions and 1 deletions
9
.github/workflows/merge-queue.yml
vendored
9
.github/workflows/merge-queue.yml
vendored
|
|
@ -9,6 +9,14 @@ 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
|
||||
|
|
@ -25,4 +33,3 @@ jobs:
|
|||
upload_artifacts: false
|
||||
secrets:
|
||||
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue