Skip to content

github: simplify runner assignment to server-based tags #6

github: simplify runner assignment to server-based tags

github: simplify runner assignment to server-based tags #6

Workflow file for this run

# SPDX-License-Identifier: GPL-2.0
---
name: Run kdevops CI Workflow - Push/PR
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
push-pr:
name: Push/PR kdevops CI
uses: ./.github/workflows/main.yml

Check failure on line 16 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push.yml" -> "./.github/workflows/main.yml" (source branch with sha:01221c7cfa2a942250daea055169310b31203bc5) : You have an error in your yaml syntax on line 35
secrets: inherit
strategy:
fail-fast: false # Don't cancel other jobs if one fails
matrix:
ci_workflow:
- blktests_nvme
- xfs_reflink_4k
with:
ci_workflow: ${{ matrix.ci_workflow }}
kernel_ref: 'v6.15'
kernel_tree: 'linux'
test_mode: 'kdevops-ci'
tests: ''