mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-06 16:04:28 +01:00
Fix: Workflow syntax (#3002)
This commit is contained in:
2
.github/workflows/pr-comment-build-cli.yml
vendored
2
.github/workflows/pr-comment-build-cli.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
.github/workflows/pr-comment-bundle.yml
vendored
2
.github/workflows/pr-comment-bundle.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user