Skip to content

tester-linux

tester-linux #47

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: crc-org/lilyLuLiu/.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 / .github/workflows/linux-qe-test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/linux-qe-test.yml" -> "crc-org/lilyLuLiu/.github/workflows/linux-qe-template.yml@tf_update" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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