Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Jan 15, 2024
1 parent 7ecfb92 commit 902c344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-arm-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 902c344

Please sign in to comment.