Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

.github/workflows/scheduled_cci.yml #159

.github/workflows/scheduled_cci.yml

.github/workflows/scheduled_cci.yml #159

Workflow file for this run

on:
schedule:
- cron: '58 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/trigger-circleci-pipeline-action@v1.0.5
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN || secrets.CCI_TOKEN_FOR_PUBLIC_REPOS }}