Skip to content

fix: add @master to yml file #2

fix: add @master to yml file

fix: add @master to yml file #2

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
schedule:
- cron: 0 2 1 * *
jobs:
validate-master:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/ci.yml@master

Check failure on line 11 in .github/workflows/cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cron.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows