From 96389d8f838511f9c91d5bd8fb83edd4cdb17a29 Mon Sep 17 00:00:00 2001 From: "Mr. RB" <57601627+rsb-23@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:39:35 +0530 Subject: [PATCH] Fix: Workflow syntax (#3002) --- .github/workflows/pr-comment-build-cli.yml | 2 +- .github/workflows/pr-comment-bundle-intel.yml | 2 +- .github/workflows/pr-comment-bundle-windows.yml | 2 +- .github/workflows/pr-comment-bundle.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-comment-build-cli.yml b/.github/workflows/pr-comment-build-cli.yml index 1bef5a73..44190170 100644 --- a/.github/workflows/pr-comment-build-cli.yml +++ b/.github/workflows/pr-comment-build-cli.yml @@ -24,7 +24,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".build-cli")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.build-cli')) name: Trigger on ".build-cli" PR comment runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/pr-comment-bundle-intel.yml b/.github/workflows/pr-comment-bundle-intel.yml index 772e6358..9bab3820 100644 --- a/.github/workflows/pr-comment-bundle-intel.yml +++ b/.github/workflows/pr-comment-bundle-intel.yml @@ -26,7 +26,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".bundle-intel")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.bundle-intel')) name: Trigger on ".bundle-intel" PR comment runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/pr-comment-bundle-windows.yml b/.github/workflows/pr-comment-bundle-windows.yml index 89e06122..e966d2af 100644 --- a/.github/workflows/pr-comment-bundle-windows.yml +++ b/.github/workflows/pr-comment-bundle-windows.yml @@ -29,7 +29,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".bundle-windows")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.bundle-windows')) name: Trigger on ".bundle-windows" PR comment runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/pr-comment-bundle.yml b/.github/workflows/pr-comment-bundle.yml index eef6e409..2b3002fb 100644 --- a/.github/workflows/pr-comment-bundle.yml +++ b/.github/workflows/pr-comment-bundle.yml @@ -26,7 +26,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".bundle")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.bundle')) name: Trigger on ".bundle" PR comment runs-on: ubuntu-latest outputs: