mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
ci: auto-update llvm 1/week if no breaking changes
This commit is contained in:
8
.github/workflows/llvm-compatibility.yml
vendored
8
.github/workflows/llvm-compatibility.yml
vendored
@@ -3,7 +3,7 @@ name: LLVM Compatibility
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 00 * * 1-5' # Everyday @ 00:00 from Monday to Friday
|
||||
- cron: '0 00 * * 1' # Every Monday @ 00:00 UTC
|
||||
|
||||
jobs:
|
||||
build_test:
|
||||
@@ -36,6 +36,12 @@ jobs:
|
||||
pip install pytest
|
||||
make BUILD_DIR=/build test
|
||||
|
||||
- name: Commit latest LLVM version
|
||||
uses: EndBug/add-and-commit@v7
|
||||
with:
|
||||
add: ./llvm-project
|
||||
default_author: github_actions
|
||||
|
||||
- name: Send Slack Notification
|
||||
if: ${{ always() }}
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user