Skip to content

Commit 356f690

Browse files
authored
small updates to action (#79)
* don't self-trigger * don't open multiple PRs
1 parent cf6d444 commit 356f690

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/render-report.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches:
1111
- main
12+
paths-ignore:
13+
- "**.pdf"
14+
1215
jobs:
1316
render-report:
1417
runs-on: macos-latest
@@ -44,7 +47,7 @@ jobs:
4447
commit-message: "Update rendered report"
4548
title: "Update rendered report"
4649
body: "This is an automated pull request to update the rendered report."
47-
branch: "render-report-${{ github.run_number }}"
50+
branch: "render-report-update"
4851
labels: "documentation"
4952
add-paths: |
5053
report/results.pdf

0 commit comments

Comments
 (0)