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

This commit is contained in:
Android Bot
2024-09-25 00:47:41 +05:30
committed by GitHub
parent 8e345a36c9
commit ae6c2d37d1

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