Skip to content

Commit 32c6766

Browse files
committed
fixed conditional
1 parent 9fe622b commit 32c6766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notebook-create-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
pull-requests: write
1616

1717
jobs:
18-
if: github.event.pull_request.merged == 'false'
18+
if: github.event.pull_request.merged == false
1919
changes:
2020
runs-on: ubuntu-latest
2121
# Set job outputs to values from filter step

.github/workflows/notebook-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
pull-requests: write
1616

1717
jobs:
18-
if: github.event.pull_request.merged == 'false'
18+
if: github.event.pull_request.merged == false
1919
update:
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)