Skip to content

Commit e428337

Browse files
committed
PR workflow tweak
1 parent bd8ace2 commit e428337

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build LaTeX document
1+
name: Build LaTeX (PR)
22

33
on:
44
pull_request:
@@ -16,13 +16,13 @@ jobs:
1616
working_directory: language
1717
root_file: sygus.tex
1818
pre_compile: "tlmgr update --self && tlmgr update --all"
19-
- name: add artifact links to pull request and related issues step
19+
- name: Comment Artifact Links on PR
2020
uses: tonyhallett/artifacts-url-comments@v1.1.0
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
prefix: PDF compilation was successful.
2525
suffix: (link to a compiled PDF with proposed changes)
2626
format: name
27-
addTo: pullandissues
27+
addTo: pull
2828
includes: language/sygus.pdf

.github/workflows/push-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build LaTeX document
1+
name: Build LaTeX (Push)
22

33
on:
44
push:

.github/workflows/tag-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build LaTeX document
1+
name: Build LaTeX (Tag)
22

33
on:
44
push:

0 commit comments

Comments
 (0)