diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index eb433c5c8a..102a69fc57 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -42,13 +42,6 @@ jobs: common-job: needs: [common-matrix-job, reusable] runs-on: ubuntu-latest - strategy: - matrix: - environment: ${{ fromJSON(needs.common-matrix.outputs.environments) }} - fail-fast: true - max-parallel: 1 - # environment: - # name: ${{ matrix.environment }} steps: - name: Do something - run: echo "Do something with ${{ matrix.environment }}" \ No newline at end of file + run: echo "Do something" \ No newline at end of file