Skip to content

Add support for dynamic build matrix generation #1196

Add support for dynamic build matrix generation

Add support for dynamic build matrix generation #1196

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
- "main"
- "master"
pull_request:
types: [opened, reopened]
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In exasol/python-toolbox/.github/workflows/merge-gate.yml@4d2a06600f9c1206bdbd7fb2a2ae5220cbb7fbe6 (Line: 13, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/checks.yml@4d2a06600f9c1206bdbd7fb2a2ae5220cbb7fbe6 (Line: 52, Col: 15): Unrecognized named-value: 'steps'. Located at position 10 within expression: fromJson(steps.needs.python_versions.outputs.matrix) In exasol/python-toolbox/.github/workflows/merge-gate.yml@4d2a06600f9c1206bdbd7fb2a2ae5220cbb7fbe6 (Line: 13, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/checks.yml@4d2a06600f9c1206bdbd7fb2a2ae5220cbb7fbe6 (Line: 52, Col: 15): Unexpected value '${{ fromJson(steps.needs.python_versions.outputs.matrix) }}'
- cron: "0 0 1/7 * *"
jobs:
CI:
uses: ./.github/workflows/merge-gate.yml
secrets: inherit
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml