Skip to content

Commit

Permalink
ci: split and group
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 13, 2023
1 parent 1c61344 commit 7401061
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
opentelemetry:
patterns:
- "go.opentelemetry.io/*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: pr

on:
push:
pull_request:

# Common Go workflows from go faster
# See https://github.com/go-faster/x
jobs:
test:
uses: go-faster/x/.github/workflows/main.yml@main
lint:
uses: go-faster/x/.github/workflows/lint.yml@main
commit:
uses: go-faster/x/.github/workflows/commit.yml@main
4 changes: 0 additions & 4 deletions .github/workflows/x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ name: x
on:
push:
branches: [main]
pull_request:
workflow_dispatch:

# Common Go workflows from go faster
# See https://github.com/go-faster/x
jobs:
test:
uses: go-faster/x/.github/workflows/test.yml@main
commit:
uses: go-faster/x/.github/workflows/commit.yml@main
lint:
uses: go-faster/x/.github/workflows/lint.yml@main

0 comments on commit 7401061

Please sign in to comment.