Skip to content

Commit

Permalink
Stop building pretest Docker images
Browse files Browse the repository at this point in the history
Continues #411.
  • Loading branch information
Witiko committed Mar 13, 2024
1 parent bafbb16 commit 04957ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,9 @@ jobs:
texlive:
- TL2022-historic
- latest
- pretest
outputs:
TL2022-historic: ${{ steps.temporary-tags.outputs.TL2022-historic }}
latest: ${{ steps.temporary-tags.outputs.latest }}
pretest: ${{ steps.temporary-tags.outputs.pretest }}
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -164,7 +162,6 @@ jobs:
texlive:
- TL2022-historic
- latest
- pretest
runs-on: self-hosted
container:
image: ghcr.io/witiko/markdown:${{ needs.build-docker-image.outputs[matrix.texlive] }}
Expand Down Expand Up @@ -199,7 +196,6 @@ jobs:
texlive:
- TL2022-historic
- latest
- pretest
runs-on: ubuntu-latest
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
env:
Expand Down Expand Up @@ -227,7 +223,6 @@ jobs:
texlive:
- TL2022-historic
- latest
- pretest
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 04957ee

Please sign in to comment.