We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05fa26 commit 4511023Copy full SHA for 4511023
1 file changed
.github/workflows/createPost.yaml
@@ -12,6 +12,7 @@ jobs:
12
name: Add post
13
runs-on: ubuntu-latest
14
steps:
15
+ if: github.event.label.name == 'post'
16
- name: Checkout code
17
uses: actions/checkout@v2
18
- name: Get data
0 commit comments