Skip to content

Update checks workflow #1195

Update checks workflow

Update checks workflow #1195

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@304facd65fefea7ca755272996f30dd84dd3a4a5 (Line: 13, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/checks.yml@304facd65fefea7ca755272996f30dd84dd3a4a5 (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@304facd65fefea7ca755272996f30dd84dd3a4a5 (Line: 13, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/checks.yml@304facd65fefea7ca755272996f30dd84dd3a4a5 (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