Skip to content

Commit c4a2572

Browse files
ci: clarify header comment about why dep-only PRs skip generation
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 963ed3f commit c4a2572

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-full.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
#
1919
# The path filter is scoped to generation-affecting files only (Speakeasy config,
2020
# gen.yaml, overlays, scripts, src/, etc.). Dev dependency updates (mypy, pylint,
21-
# etc.) skip the generation validation since they cannot affect generated code.
21+
# etc.) skip the generation validation because they don't change generated
22+
# artifacts, and Dependabot PRs lack the SPEAKEASY_API_KEY secret needed to run
23+
# the generation pipeline.
2224

2325
name: Test (Full)
2426

0 commit comments

Comments
 (0)