Generate LLVM snapshots #722
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate LLVM snapshots | |
on: | |
pull_request: | |
push: | |
schedule: | |
- cron: "0 0 * * *" # end of day everyday | |
jobs: | |
llvm: | |
uses: ./.github/workflows/shared.yaml | |
secrets: inherit | |
with: | |
build_script: action_build_llvm.sh | |
config: llvm |