Skip to content

Commit a3d7807

Browse files
committed
fix(ci): only run build-examples on non-dependabot PRs
1 parent 729f05c commit a3d7807

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
go-version-file: ./go.mod
1313

1414
build-examples:
15+
if: github.actor != 'dependabot[bot]'
1516
uses: charmbracelet/meta/.github/workflows/build.yml@main
1617
with:
1718
go-version: ""

0 commit comments

Comments
 (0)