From d57173a77e1c543d4cf2cb2e01288ce79ac271ac Mon Sep 17 00:00:00 2001 From: MajoBerger <88670521+MajoBerger@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:52:20 +0200 Subject: [PATCH] rearrange build --- .github/workflows/create_bitstreams.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_bitstreams.yml b/.github/workflows/create_bitstreams.yml index ed70b6a4e16..c47a4d30ac5 100644 --- a/.github/workflows/create_bitstreams.yml +++ b/.github/workflows/create_bitstreams.yml @@ -40,14 +40,15 @@ jobs: needs: checkout-codebase - if: github.event.inputs.INSTANCE == matrix.instance + runs-on: ${{ matrix.runner }} env: DSPACE_REST_API: http://dev-5.pc:8${{ matrix.instance }}/server/api/ steps: - name: install requirements and run import + if: github.event.inputs.INSTANCE == matrix.instance run: | pip install -r requirements.txt cd tests/integration - python3 create_bitstreams.py \ No newline at end of file + python3 create_bitstreams.py