Skip to content

tester-linux

tester-linux #49

Workflow file for this run

name: tester-linux
on:
workflow_run:
workflows: [Build Windows artifacts]
types:
- completed
jobs:
linux-qe:
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.triggering_actor != 'dependabot[bot]'
uses: lilyLuLiu/crc/.github/workflows/linux-qe-template.yml@tf_update

Check failure on line 14 in .github/workflows/linux-qe-test.yml

View workflow run for this annotation

GitHub Actions / tester-linux

Invalid workflow file

The workflow is not valid. In .github/workflows/linux-qe-test.yml (Line: 14, Col: 11): Error from called workflow lilyLuLiu/crc/.github/workflows/linux-qe-template.yml@tf_update (Line: 32, Col: 13): The identifier 'download-gh-context-artifact' may not be used more than once within the same scope. In .github/workflows/linux-qe-test.yml (Line: 14, Col: 11): Error from called workflow lilyLuLiu/crc/.github/workflows/linux-qe-template.yml@tf_update (Line: 39, Col: 13): The identifier 'download-gh-context-artifact' may not be used more than once within the same scope.
strategy:
fail-fast: false
matrix:
qe-type: ['e2e','integration']
preset: ['openshift', 'microshift']
with:
trigger-workflow-run-id: ${{ github.event.workflow_run.id }}
qe-type: ${{matrix.qe-type}}
preset: ${{matrix.preset}}
secrets: inherit