Skip to content

Commit 4511023

Browse files
committed
Create Pr just when label post is present
1 parent f05fa26 commit 4511023

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/createPost.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: Add post
1313
runs-on: ubuntu-latest
1414
steps:
15+
if: github.event.label.name == 'post'
1516
- name: Checkout code
1617
uses: actions/checkout@v2
1718
- name: Get data

0 commit comments

Comments
 (0)