ci: update global workflows (#661)

This commit is contained in:
LizardByte-bot
2022-12-31 22:38:46 -05:00
committed by GitHub
parent a5213c6225
commit 17cd230c55
8 changed files with 29 additions and 12 deletions

View File

@@ -3,12 +3,18 @@
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
# Ensure PRs are made against `nightly` branch.
name: Pull Requests
on:
pull_request_target:
types: [opened, synchronize, edited, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-pull-request:
name: Check Pull Request