Fix: Workflow syntax (#3002)
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
trigger-on-command:
|
trigger-on-command:
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'workflow_dispatch' ||
|
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
|
name: Trigger on ".build-cli" PR comment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
trigger-on-command:
|
trigger-on-command:
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'workflow_dispatch' ||
|
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
|
name: Trigger on ".bundle-intel" PR comment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
trigger-on-command:
|
trigger-on-command:
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'workflow_dispatch' ||
|
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
|
name: Trigger on ".bundle-windows" PR comment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
trigger-on-command:
|
trigger-on-command:
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'workflow_dispatch' ||
|
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
|
name: Trigger on ".bundle" PR comment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user