Skip to content

Commit c7b4af3

Browse files
committed
disable a extra workflow for no reason
1 parent 1f03b23 commit c7b4af3

File tree

3 files changed

+7
-37
lines changed

3 files changed

+7
-37
lines changed

.github/workflows/build-pr.yml

-34
This file was deleted.

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
paths-ignore:
66
- .docs/**
7+
pull_request:
8+
paths-ignore:
9+
- .docs/**
710

811

912
jobs:

.github/workflows/codeql.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: "CodeQL"
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths-ignore:
67
- .docs/**
78
pull_request:
8-
workflow_dispatch:
9-
schedule:
10-
- cron: '0 0 * * *'
9+
paths-ignore:
10+
- .docs/**
11+
1112

1213
jobs:
1314
analyze:

0 commit comments

Comments
 (0)