Skip to content

#148: Re-generated the SaaS API client code #553

#148: Re-generated the SaaS API client code

#148: Re-generated the SaaS API client code #553

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
schedule:
# At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
merge-gate:
uses: ./.github/workflows/merge-gate.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/merge-gate.yml" --> "./.github/workflows/slow-checks.yml" : (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
secrets: inherit
permissions:
contents: read
report:
needs:
- merge-gate
uses: ./.github/workflows/report.yml
secrets: inherit
permissions:
contents: read