Skip to content

Commit

Permalink
fixed conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabefire committed May 20, 2024
1 parent 9fe622b commit 32c6766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-create-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
pull-requests: write

jobs:
if: github.event.pull_request.merged == 'false'
if: github.event.pull_request.merged == false
changes:
runs-on: ubuntu-latest
# Set job outputs to values from filter step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
pull-requests: write

jobs:
if: github.event.pull_request.merged == 'false'
if: github.event.pull_request.merged == false
update:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 32c6766

Please sign in to comment.