mirror of https://github.com/usbharu/Hideout.git
chore: PRがdraft時にはCIを実行しないように
This commit is contained in:
parent
c866705b92
commit
700ef6f70e
|
@ -4,6 +4,11 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "develop"
|
- "develop"
|
||||||
|
types:
|
||||||
|
- opened # default
|
||||||
|
- reopened # default
|
||||||
|
- synchronize # default
|
||||||
|
- ready_for_review # 必要
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -15,6 +20,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
name: Setup
|
name: Setup
|
||||||
|
if: github.event.pull_request.draft == false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue