Skip to content

Commit fa3d7ce

Browse files
authored
Merge pull request #220 from neongreen/claude/disable-pull-workflows-011CUhwaZ4czXkLSDxpjcnjp
Disable pull_request triggers in all workflows
2 parents a183e0e + 326e1f5 commit fa3d7ce

5 files changed

Lines changed: 0 additions & 36 deletions

File tree

.github/workflows/dagger-tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,6 @@ on:
1919
- "want/**"
2020
- ".dagger/**"
2121
- ".github/workflows/dagger-tests.yml"
22-
pull_request:
23-
paths:
24-
- "beads-merge/**"
25-
- "claude-trace/**"
26-
- "conf/**"
27-
- "dissect/**"
28-
- "ingest/**"
29-
- "jj-run/**"
30-
- "lib/ghclient/**"
31-
- "lib/ghrelease/**"
32-
- "lib/toml/**"
33-
- "markdown-format/**"
34-
- "printpdf/**"
35-
- "prrun/**"
36-
- "tk/**"
37-
- "want/**"
38-
- ".dagger/**"
39-
- ".github/workflows/dagger-tests.yml"
4022

4123
jobs:
4224
detect-changes:

.github/workflows/diagram-dsl-lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
paths:
88
- "diagram-dsl/**"
99
- ".github/workflows/diagram-dsl-lint.yml"
10-
pull_request:
11-
paths:
12-
- "diagram-dsl/**"
13-
- ".github/workflows/diagram-dsl-lint.yml"
1410

1511
jobs:
1612
lint:

.github/workflows/diagram-dsl.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
paths:
66
- "diagram-dsl/**"
77
- ".github/workflows/diagram-dsl.yml"
8-
pull_request:
9-
paths:
10-
- "diagram-dsl/**"
11-
- ".github/workflows/diagram-dsl.yml"
128

139
jobs:
1410
lint:

.github/workflows/go-module-lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
- "go.sum"
88
- "**/*.go"
99
- ".github/workflows/go-module-lint.yml"
10-
pull_request:
11-
paths:
12-
- "go.mod"
13-
- "go.sum"
14-
- "**/*.go"
15-
- ".github/workflows/go-module-lint.yml"
1610

1711
jobs:
1812
tidy:

.github/workflows/mdbook-comments.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
paths:
66
- "mdbook-comments/**"
77
- ".github/workflows/mdbook-comments.yml"
8-
pull_request:
9-
paths:
10-
- "mdbook-comments/**"
11-
- ".github/workflows/mdbook-comments.yml"
128

139
jobs:
1410
test:

0 commit comments

Comments
 (0)