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 608d0bf commit 5307e41Copy full SHA for 5307e41
.github/workflows/build.yaml
@@ -538,6 +538,8 @@ jobs:
538
with:
539
name: coverage-report
540
path: main/cov
541
+ - name: Inject version selectors
542
+ run: ./.selectors.sh
543
- name: Inspect changes # for diagnostics only.
544
run: git status && git diff
545
- name: Push updates
.github/workflows/docs.yaml
@@ -62,6 +62,8 @@ jobs:
62
63
name: internal-docs
64
path: main/int
65
66
67
68
run: |
69
git status
0 commit comments