fix(insider): spreadhead workflow must not be executed by a push or a PR
This commit is contained in:
parent
61e880da67
commit
78b66c8909
1 changed files with 0 additions and 8 deletions
8
.github/workflows/insider-spearhead.yml
vendored
8
.github/workflows/insider-spearhead.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue