Skip to content

Commit

Permalink
fix for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Jul 22, 2024
1 parent 94f78e4 commit 3699b74
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/vizro-qa-tests-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
if: ${{ github.event.pull_request.head.repo.fork }}
name: Vizro QA ${{ matrix.label }} trigger
runs-on: ubuntu-latest
matrix:
include:
- label: integration tests
- label: notebooks tests
strategy:
matrix:
include:
- label: integration tests
- label: notebooks tests
steps:
- name: Passed fork step
run: echo "Success!"
Expand All @@ -28,12 +29,13 @@ jobs:
if: ${{ ! github.event.pull_request.head.repo.fork }}
name: Vizro QA ${{ matrix.label }} trigger
runs-on: ubuntu-latest
matrix:
include:
- label: integration tests
file: ${{ secrets.VIZRO_QA_INTEGRATION_TESTS_WORKFLOW }}
- label: notebooks test
file: ${{ secrets.VIZRO_QA_NOTEBOOKS_TESTS_WORKFLOW }}
strategy:
matrix:
include:
- label: integration tests
file: ${{ secrets.VIZRO_QA_INTEGRATION_TESTS_WORKFLOW }}
- label: notebooks test
file: ${{ secrets.VIZRO_QA_NOTEBOOKS_TESTS_WORKFLOW }}
steps:
- uses: actions/checkout@v4
- name: Tests trigger
Expand Down

0 comments on commit 3699b74

Please sign in to comment.