Skip to content

Commit

Permalink
.github: fix typo in common tests workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Oct 30, 2024
1 parent 6b49da2 commit 63d202a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
working-directory: neofs-s3-gw

- name: Copy built neofs-s3-gw
if: ${{ inputs.neofs_rest_gw_commit != 'from_tests' }}
if: ${{ inputs.neofs_s3_gw_commit != 'from_tests' }}
timeout-minutes: 30
run: |
cp ../neofs-s3-gw/bin/* .
Expand Down

0 comments on commit 63d202a

Please sign in to comment.