Merge pull request #176 from svc-design/codex/fix-syntax-errors-in-workflow-file
Fix workflow matrix condition syntax
This commit is contained in:
commit
9178f9a2c8
@ -76,7 +76,7 @@ jobs:
|
|||||||
ubuntu_version: "2204"
|
ubuntu_version: "2204"
|
||||||
cpu_arch: arm64
|
cpu_arch: arm64
|
||||||
|
|
||||||
if: >
|
if: ${{
|
||||||
github.event_name == 'schedule' ||
|
github.event_name == 'schedule' ||
|
||||||
(
|
(
|
||||||
github.event_name == 'workflow_dispatch' &&
|
github.event_name == 'workflow_dispatch' &&
|
||||||
@ -84,6 +84,7 @@ jobs:
|
|||||||
github.event.inputs.ubuntu_version == matrix.ubuntu_version &&
|
github.event.inputs.ubuntu_version == matrix.ubuntu_version &&
|
||||||
github.event.inputs.cpu_arch == matrix.cpu_arch
|
github.event.inputs.cpu_arch == matrix.cpu_arch
|
||||||
)
|
)
|
||||||
|
}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user