From 902c344fc213aa6da34d393609d6d48224272839 Mon Sep 17 00:00:00 2001 From: Selfeer Date: Mon, 15 Jan 2024 22:04:39 +0400 Subject: [PATCH] fix --- .github/workflows/run-arm-regression.yml | 4 ++-- .github/workflows/run-regression.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-arm-regression.yml b/.github/workflows/run-arm-regression.yml index a752c6bcb..09f905455 100644 --- a/.github/workflows/run-arm-regression.yml +++ b/.github/workflows/run-arm-regression.yml @@ -220,7 +220,7 @@ jobs: timeout-minutes: 300 env: SUITE: alter - if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' | inputs.suite == 'alter_replace_partition' }} + if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_replace_partition' }} steps: - name: Checkout uses: actions/checkout@v3 @@ -253,7 +253,7 @@ jobs: timeout-minutes: 300 env: SUITE: alter - if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' | inputs.suite == 'alter_attach_partition' }} + if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_attach_partition' }} steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/run-regression.yml b/.github/workflows/run-regression.yml index 4425ad680..1b844b28b 100644 --- a/.github/workflows/run-regression.yml +++ b/.github/workflows/run-regression.yml @@ -220,7 +220,7 @@ jobs: timeout-minutes: 300 env: SUITE: alter - if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' | inputs.suite == 'alter_replace_partition' }} + if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_replace_partition' }} steps: - name: Checkout uses: actions/checkout@v3 @@ -253,7 +253,7 @@ jobs: timeout-minutes: 300 env: SUITE: alter - if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' | inputs.suite == 'alter_attach_partition' }} + if: ${{ inputs.suite == 'all' || inputs.suite == 'alter_all' || inputs.suite == 'alter_attach_partition' }} steps: - name: Checkout uses: actions/checkout@v3