Skip to content

Commit

Permalink
update workflow tester 88
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Sep 13, 2023
1 parent 8057457 commit 4101e0d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/workflow-tester88.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
run: echo "Do something"

0 comments on commit 4101e0d

Please sign in to comment.