[skip ci] Removed duplicate work from different release type jobs (#2273)

This commit is contained in:
Joe Milazzo 2023-09-05 05:43:05 -07:00 committed by GitHub
parent 4736f0b99e
commit 3d501c9532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 178 deletions

View file

@ -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: