We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe622b commit 32c6766Copy full SHA for 32c6766
.github/workflows/notebook-create-readme.yml
@@ -15,7 +15,7 @@ permissions:
15
pull-requests: write
16
17
jobs:
18
- if: github.event.pull_request.merged == 'false'
+ if: github.event.pull_request.merged == false
19
changes:
20
runs-on: ubuntu-latest
21
# Set job outputs to values from filter step
.github/workflows/notebook-format.yml
update:
steps:
0 commit comments