Skip to content

Commit

Permalink
fix for matrix file
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Jul 22, 2024
1 parent 3699b74 commit 6ca1035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vizro-qa-tests-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
matrix:
include:
- label: integration tests
file: ${{ secrets.VIZRO_QA_INTEGRATION_TESTS_WORKFLOW }}
file: "${{ secrets.VIZRO_QA_INTEGRATION_TESTS_WORKFLOW }}"
- label: notebooks test
file: ${{ secrets.VIZRO_QA_NOTEBOOKS_TESTS_WORKFLOW }}
file: "${{ secrets.VIZRO_QA_NOTEBOOKS_TESTS_WORKFLOW }}"
steps:
- uses: actions/checkout@v4
- name: Tests trigger
Expand Down

0 comments on commit 6ca1035

Please sign in to comment.