Skip to content

.github/workflows/scheduled_cci.yml #477

.github/workflows/scheduled_cci.yml

.github/workflows/scheduled_cci.yml #477

Workflow file for this run

on:
schedule:
- cron: '53 20 * * 1,2,3,4,5'
workflow_dispatch:
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: CircleCI trigger on schedule
id: step1
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN || secrets.CCI_TOKEN_FOR_PUBLIC_REPOS }}