Skip to content

#427: Use GH merge-gate from TBX for slow tests #46

#427: Use GH merge-gate from TBX for slow tests

#427: Use GH merge-gate from TBX for slow tests #46

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:
CI:
uses: ./.github/workflows/merge-gate.yml

Check failure on line 19 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" (source branch with sha:7400ccb00ab9b9800dd64acd6bb666a58897a7ef) --> "./.github/workflows/checks.yml" (source branch with sha:7400ccb00ab9b9800dd64acd6bb666a58897a7ef) ---> "./.github/workflows/tests_with_coverage.yml" (source branch with sha:7400ccb00ab9b9800dd64acd6bb666a58897a7ef) : job "Db-Version-Minimal-Tests" calls workflow "./.github/workflows/test_db_versions_minimal.yml", but doing so would exceed the limit on called workflow depth of 3
secrets: inherit
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml