diff --git a/.github/workflows/cloud-neutra-golden-image.yaml b/.github/workflows/cloud-neutra-golden-image.yaml index 9c45227..3dd2dcc 100644 --- a/.github/workflows/cloud-neutra-golden-image.yaml +++ b/.github/workflows/cloud-neutra-golden-image.yaml @@ -79,15 +79,7 @@ jobs: ubuntu_version: "2204" cpu_arch: arm64 - if: ${{ - github.event_name == 'schedule' || - ( - github.event_name == 'workflow_dispatch' && - github.event.inputs.edition == matrix.edition && - github.event.inputs.ubuntu_version == matrix.ubuntu_version && - github.event.inputs.cpu_arch == matrix.cpu_arch - ) - }} + if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.edition == matrix.edition && github.event.inputs.ubuntu_version == matrix.ubuntu_version && github.event.inputs.cpu_arch == matrix.cpu_arch) }} steps: - uses: actions/checkout@v4