Skip to content

Update

Update #1134

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)
- cron: "0 0 1/7 * *"
jobs:

Check failure on line 17 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@deac1c40cf611891a02c05a999571e68e0b7d21f (Line: 17, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/slow-checks.yml@deac1c40cf611891a02c05a999571e68e0b7d21f (Line: 11, Col: 3): The workflow must contain at least one job with no dependencies.
CI:
uses: ./.github/workflows/merge-gate.yml
secrets: inherit
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml