Skip to content

Commit

Permalink
chore: workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Jan 22, 2025
1 parent 053a440 commit 9a53745
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
branches:
- main
- release/**
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-core-upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-integration2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-ldbc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-oss-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-system-upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-systest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-tests-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph-vector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/*.yml"
- "**/Dockerfile"
- "**/Makefile"
types:
- opened
- reopened
Expand Down
12 changes: 6 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.8
version: 1.22.9

# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
Expand All @@ -25,8 +25,8 @@ lint:
paths:
- contrib/**
enabled:
- [email protected].6
- [email protected].351
- [email protected].7
- [email protected].353
- [email protected]
- git-diff-check
- [email protected]
Expand All @@ -36,11 +36,11 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- renovate@39.92.0
- renovate@39.119.0
- [email protected]
- [email protected]
- tflint@0.54.0
- [email protected].1
- tflint@0.55.0
- [email protected].2
- [email protected]
actions:
enabled:
Expand Down

0 comments on commit 9a53745

Please sign in to comment.