Skip to content

Commit a4545bf

Browse files
committed
Merge branch 'master' into fix_workflows_private_workflows_not_allowed
2 parents 1ae1b86 + 6abc339 commit a4545bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#################### Maintained by repositories-manager - do not edit directly ####################
21
name: Pull request workflow
32

43
on:
@@ -26,6 +25,7 @@ jobs:
2625
run: |
2726
git config --global --add safe.directory $GITHUB_WORKSPACE
2827
/scripts/check-for-internal-versions.sh
28+
2929
linting:
3030
# Filter out PRs originating from this repository (triggers on-push.yml instead)
3131
if: github.event.pull_request.head.repo.fork == true
@@ -76,4 +76,3 @@ jobs:
7676
- name: Build Sphinx Image
7777
run: |
7878
docker build -f ./docs/Dockerfile
79-
#################### Maintained by repositories-manager - do not edit directly ####################

0 commit comments

Comments
 (0)