Skip to content

Add support for merge gate and rename jobs and workflows #927

Add support for merge gate and rename jobs and workflows

Add support for merge gate and rename jobs and workflows #927

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
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml