TP-54317 | Synced file(s) with navi-android/workflows (#572)
This commit is contained in:
2
.github/workflows/validate-release-pr.yml
vendored
2
.github/workflows/validate-release-pr.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user