Skip to content

Commit ca1b0a6

Browse files
committed
fixup! WIP Adjust ci
1 parent 6b1a55d commit ca1b0a6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,91 +20,76 @@ jobs:
2020
- uses: "actions/checkout@v4"
2121
with:
2222
repository: "pulp/pulpcore"
23-
ref: "refs/heads/main"
2423
path: "pulpcore"
2524

2625
- uses: "actions/checkout@v4"
2726
with:
2827
repository: "pulp/pulp_ansible"
29-
ref: "refs/heads/main"
3028
path: "pulp_ansible"
3129

3230
- uses: "actions/checkout@v4"
3331
with:
3432
repository: "pulp/pulp_container"
35-
ref: "refs/heads/main"
3633
path: "pulp_container"
3734

3835
- uses: "actions/checkout@v4"
3936
with:
4037
repository: "pulp/pulp_deb"
41-
ref: "refs/heads/main"
4238
path: "pulp_deb"
4339

4440
- uses: "actions/checkout@v4"
4541
with:
4642
repository: "pulp/pulp_gem"
47-
ref: "refs/heads/main"
4843
path: "pulp_gem"
4944

5045
- uses: "actions/checkout@v4"
5146
with:
5247
repository: "pulp/pulp_maven"
53-
ref: "refs/heads/main"
5448
path: "pulp_maven"
5549

5650
- uses: "actions/checkout@v4"
5751
with:
5852
repository: "pulp/pulp_npm"
59-
ref: "refs/heads/main"
6053
path: "pulp_npm"
6154

6255
- uses: "actions/checkout@v4"
6356
with:
6457
repository: "pulp/pulp_ostree"
65-
ref: "refs/heads/main"
6658
path: "pulp_ostree"
6759

6860
- uses: "actions/checkout@v4"
6961
with:
7062
repository: "pulp/pulp_python"
71-
ref: "refs/heads/main"
7263
path: "pulp_python"
7364

7465
- uses: "actions/checkout@v4"
7566
with:
7667
repository: "pulp/pulp_rpm"
77-
ref: "refs/heads/main"
7868
path: "pulp_rpm"
7969

8070
- uses: "actions/checkout@v4"
8171
with:
8272
repository: "pulp/pulp-cli"
83-
ref: "refs/heads/main"
8473
path: "pulp-cli"
8574

8675
- uses: "actions/checkout@v4"
8776
with:
8877
repository: "pulp/pulp-ui"
89-
ref: "refs/heads/main"
9078
path: "pulp-ui"
9179

9280
- uses: "actions/checkout@v4"
9381
with:
9482
repository: "pulp/pulp-openapi-generator"
95-
ref: "refs/heads/main"
9683
path: "pulp-openapi-generator"
9784

9885
- uses: "actions/checkout@v4"
9986
with:
10087
repository: "pulp/pulp-oci-images"
101-
ref: "refs/heads/latest"
10288
path: "pulp-oci-images"
10389

10490
- uses: "actions/checkout@v4"
10591
with:
10692
repository: "pulp/pulp-operator"
107-
ref: "refs/heads/main"
10893
path: "pulp-operator"
10994

11095
- name: "Set up Python"

0 commit comments

Comments
 (0)