Skip to content

Commit

Permalink
Merge branch 'main' into typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jul 1, 2024
2 parents 97b391f + cf021d3 commit f9dbd92
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ jobs:
- TL2022-historic
- TL2023-historic
- latest
# Only test latest TeX Live in pull requests.
is_pr:
- ${{ github.event_name == 'pull_request_target' }}
exclude:
- { is_pr: true }
include:
- { texlive: latest }
outputs:
TL2022-historic: ${{ steps.temporary-tags.outputs.TL2022-historic }}
TL2023-historic: ${{ steps.temporary-tags.outputs.TL2023-historic }}
Expand Down Expand Up @@ -178,6 +185,13 @@ jobs:
- TL2022-historic
- TL2023-historic
- latest
# Only test latest TeX Live in pull requests.
is_pr:
- ${{ github.event_name == 'pull_request_target' }}
exclude:
- { is_pr: true }
include:
- { texlive: latest }
runs-on: self-hosted
container:
image: ghcr.io/witiko/markdown:${{ needs.build-docker-image.outputs[matrix.texlive] }}
Expand Down Expand Up @@ -214,6 +228,13 @@ jobs:
- TL2022-historic
- TL2023-historic
- latest
# Only test latest TeX Live in pull requests.
is_pr:
- ${{ github.event_name == 'pull_request_target' }}
exclude:
- { is_pr: true }
include:
- { texlive: latest }
runs-on: ubuntu-latest
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
env:
Expand Down Expand Up @@ -242,6 +263,13 @@ jobs:
- TL2022-historic
- TL2023-historic
- latest
# Only test latest TeX Live in pull requests.
is_pr:
- ${{ github.event_name == 'pull_request_target' }}
exclude:
- { is_pr: true }
include:
- { texlive: latest }
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Documentation:

- Fix various typos. (#454, contributed by @mbertucci47)

Continuous Integration:

- Only test latest TeX Live in pull requests. (81927ca1)

## 3.6.1 (2024-06-20)

Fixes:
Expand Down
1 change: 1 addition & 0 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ local uni_algos = require("lua-uni-algos")
%
%: A package that is used in the default renderer prototype for
% strike-throughs and marked text.
% <!-- TODO: 1,$s/soulutf8/soul/g in TeX Live 2023. -->
%
% \pkg{ltxcmds}
%
Expand Down

0 comments on commit f9dbd92

Please sign in to comment.