From 32c6766cb1f93c60f8d20dab39acdc4fcccac93a Mon Sep 17 00:00:00 2001 From: Gabefire <33893811+Gabefire@users.noreply.github.com> Date: Sun, 19 May 2024 20:40:03 -0500 Subject: [PATCH] fixed conditional --- .github/workflows/notebook-create-readme.yml | 2 +- .github/workflows/notebook-format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebook-create-readme.yml b/.github/workflows/notebook-create-readme.yml index 9f692eb4e..b2076f677 100644 --- a/.github/workflows/notebook-create-readme.yml +++ b/.github/workflows/notebook-create-readme.yml @@ -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 diff --git a/.github/workflows/notebook-format.yml b/.github/workflows/notebook-format.yml index 7d58f609f..4206f025f 100644 --- a/.github/workflows/notebook-format.yml +++ b/.github/workflows/notebook-format.yml @@ -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: