Skip to content

.github/workflows/nightshift-scheduler.yaml #4

.github/workflows/nightshift-scheduler.yaml

.github/workflows/nightshift-scheduler.yaml #4

name: nightshift-scheduler
run-name: 'nightshift scheduler'
on:
schedule:
- cron: '0 6 * * 1-5' # weekdays 06:00 UTC (168h cooldown gates to ~weekly)
workflow_dispatch:
inputs:
dry_run:
description: 'List tasks that would run without executing them'
required: false
default: false
type: boolean
jobs:
schedule:
uses: BitGo/nightshift-actions/.github/workflows/nightshift-scheduler.yaml@v1

Check failure on line 17 in .github/workflows/nightshift-scheduler.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightshift-scheduler.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/nightshift-scheduler.yaml" -> "BitGo/nightshift-actions/.github/workflows/nightshift-scheduler.yaml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
dry_run: ${{ inputs.dry_run || false }}