瀏覽代碼

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