Skip to content

fix: cron

fix: cron #2

Workflow file for this run

name: Nightly CI

Check failure on line 1 in .github/workflows/nightly-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly-ci.yml

Invalid workflow file

invalid `cron` attribute "* /5 * * *"
on:
schedule:
- cron: '* /5 * * *' # Run every 5 mins
permissions:
id-token: write
contents: write
packages: write
jobs:
ci:
uses: input-output-hk/catalyst-ci/.github/workflows/ci.yml@master
with:
aws_ecr_registry: 332405224602.dkr.ecr.eu-central-1.amazonaws.com
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
nightly: true
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
earthly_runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
earthly_runner_secret: ${{ secrets.EARTHLY_RUNNER_SECRET }}