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.
2 parents 1ae1b86 + 6abc339 commit a4545bfCopy full SHA for a4545bf
.github/workflows/on-pull-request.yaml
@@ -1,4 +1,3 @@
1
-#################### Maintained by repositories-manager - do not edit directly ####################
2
name: Pull request workflow
3
4
on:
@@ -26,6 +25,7 @@ jobs:
26
25
run: |
27
git config --global --add safe.directory $GITHUB_WORKSPACE
28
/scripts/check-for-internal-versions.sh
+
29
linting:
30
# Filter out PRs originating from this repository (triggers on-push.yml instead)
31
if: github.event.pull_request.head.repo.fork == true
@@ -76,4 +76,3 @@ jobs:
76
- name: Build Sphinx Image
77
78
docker build -f ./docs/Dockerfile
79
0 commit comments