فهرست منبع

build system: update analyzer workflow

Michele Caini 3 سال پیش
والد
کامیت
b828e0295a
1فایلهای تغییر یافته به همراه4 افزوده شده و 6 حذف شده
  1. 4 6
      .github/workflows/analyzer.yml

+ 4 - 6
.github/workflows/analyzer.yml

@@ -3,10 +3,8 @@ name: analyzer
 on:
   push:
     branches:
-      - 'iwyu'
-  schedule:
-    # run at 01:00 every day
-    - cron: '0 1 * * *'
+      - master
+      - wip
 
 jobs:
 
@@ -14,8 +12,8 @@ jobs:
     timeout-minutes: 30
 
     env:
-      IWYU: 0.17
-      LLVM: 13
+      IWYU: 0.18
+      LLVM: 14
 
     runs-on: ubuntu-latest
     continue-on-error: true