소스 검색

fix(insider): spreadhead workflow must not be executed by a push or a PR

Baptiste Augrain 2 년 전
부모
커밋
78b66c8909
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      .github/workflows/insider-spearhead.yml

+ 0 - 8
.github/workflows/insider-spearhead.yml

@@ -4,14 +4,6 @@ on:
   workflow_dispatch:
   schedule:
     - cron: '0 0 * * *'
-  push:
-    branches: [ insider ]
-    paths-ignore:
-    - '**/*.md'
-  pull_request:
-    branches: [ insider ]
-    paths-ignore:
-    - '**/*.md'
 
 jobs:
   build: