Skip to content

CI Daily

CI Daily #42

Workflow file for this run

name: CI Daily
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: '0 17 * * *' # 01:00 Chinese time is 17:00 UTC
jobs:
ubuntu_clang:
uses: ./.github/workflows/ubuntu_clang.yml
ubuntu_gcc:
uses: ./.github/workflows/ubuntu_gcc.yml
mac:
uses: ./.github/workflows/mac.yml
windows:
uses: ./.github/workflows/windows.yml
website:

Check failure on line 17 in .github/workflows/update_cache.yml

View workflow run for this annotation

GitHub Actions / CI Daily

Invalid workflow file

The workflow is not valid. .github/workflows/update_cache.yml (Line: 17, Col: 3): Error calling workflow '982945902/yalantinglibs/.github/workflows/website.yml@19a7146e92b2c4299664c6be3096a3f727a11050'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
uses: ./.github/workflows/website.yml
# run compile daily to make the cache in github update
# run website to keep it follow main.