We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400cf83 commit d9d95cbCopy full SHA for d9d95cb
2 files changed
adbc_drivers_dev/templates/go_test_pr.yaml
@@ -21,7 +21,7 @@
21
22
# This is a common workflow for testing a PR when permissions are needed.
23
24
-name: Go Test PR
+name: <{lang_human}> Test PR
25
26
on:
27
workflow_dispatch:
@@ -73,7 +73,7 @@ jobs:
73
echo "**Remote:** ${REPOSITORY}@${REF}" >> $GITHUB_STEP_SUMMARY
74
75
test:
76
- uses: adbc-drivers/<{repository}>/.github/workflows/go_test.yaml@main # zizmor: ignore[unpinned-uses]
+ uses: adbc-drivers/<{repository}>/.github/workflows/<{lang}>_test.yaml@main # zizmor: ignore[unpinned-uses]
77
needs:
78
- setup
79
with:
adbc_drivers_dev/workflow.py
@@ -175,6 +175,7 @@ def generate_workflows(args) -> int:
175
f"{lang}_test_pr.yaml",
176
{
177
**params.to_dict(),
178
+ **lang_ctx,
179
},
180
)
181
0 commit comments