Skip to content

Commit feb4bc1

Browse files
committed
Remove all _push_container.yml and _push_docs.yml
1 parent 85d1671 commit feb4bc1

File tree

5 files changed

+0
-125
lines changed

5 files changed

+0
-125
lines changed

.github/workflows/_push_container.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/_push_docs.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,11 @@ jobs:
4141
permissions:
4242
contents: read
4343
packages: write
44-
45-
push_container:
46-
if: github.ref_type == 'tag'
47-
needs: [container, test]
48-
uses: ./.github/workflows/_push_container.yml
49-
permissions:
50-
contents: read
51-
packages: write
5244
{% endif %}{% if sphinx %}
5345
docs:
5446
needs: check
5547
if: needs.check.outputs.branch-pr == ''
5648
uses: ./.github/workflows/_docs.yml
57-
58-
push_docs:
59-
needs: [test, docs]
60-
if: github.ref_type == 'tag' || github.ref_name == 'main'
61-
uses: ./.github/workflows/_push_docs.yml
62-
permissions:
63-
contents: write
6449
{% endif %}
6550
dist:
6651
needs: check

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/{% if docker %}_push_container.yml{% endif %}

Lines changed: 0 additions & 1 deletion
This file was deleted.

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/{% if sphinx %}_push_docs.yml{% endif %}

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)