[skip ci] Removed duplicate work from different release type jobs (#2273)
This commit is contained in:
parent
4736f0b99e
commit
3d501c9532
4 changed files with 12 additions and 178 deletions
7
.github/workflows/pr-check.yml
vendored
7
.github/workflows/pr-check.yml
vendored
|
|
@ -8,13 +8,6 @@ on:
|
|||
types: [synchronize]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test trigger
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'release/') && github.event.pull_request.base.ref == 'develop'
|
||||
steps:
|
||||
- name: Echo
|
||||
run: echo 'Triggered'
|
||||
check_pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue