Skip to content

Commit 48b82c0

Browse files
hotfix: do not use duplicated run conditions
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent 6942c0d commit 48b82c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/generate_post_from_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
generate_post:
10-
if: ${{ (github.event.pull_request.merged == true && github.event.label.name == 'post') }}
10+
if: ${{ github.event.label.name == 'post' }}
1111
runs-on: ubuntu-latest
1212

1313
steps:

drafts/make-new-post-via-github-pull-request

Whitespace-only changes.

0 commit comments

Comments
 (0)