ci: auto-update llvm 1/week if no breaking changes

This commit is contained in:
youben11
2021-10-08 11:41:05 +01:00
committed by Ayoub Benaissa
parent ebdc95f827
commit 50236f4f18

View File

@@ -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