TP-54317 | Synced file(s) with navi-android/workflows (#241)

This commit is contained in:
Android Bot
2024-09-25 00:45:00 +05:30
committed by GitHub
parent 48437539d8
commit 21e6beab70

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches: [ release-* ]
types: [ opened, edited, reopened, synchronize ]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -12,6 +13,7 @@ concurrency:
jobs:
validate-release-pr:
runs-on: [ default ]
if: github.event_name != 'merge_group'
steps:
- name: Checkout Repository
uses: actions/checkout@v4