Skip to content

Commit

Permalink
Update workflows: Checkout with no-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Oct 25, 2023
1 parent 8e39090 commit 3b4a5d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fix-figure-paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
# 0 indicates all history for all branches and tags, 1 is shallow (and default)
fetch-depth: 1
# Don't show progress bar, very verbose for large repos
show-progress: false

# Uncomment / move to get a tmux ssh session for interactive debugging
# - name: Setup tmate session
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/render-lecture-slide-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: slds-lmu/lecture_service
# Don't show progress bar, very verbose for large repos
show-progress: false

# Most reliable way I've found to get the repo name and use it as a parameter for the checkout action
# see https://stackoverflow.com/a/75513916/409362
Expand All @@ -49,6 +51,8 @@ jobs:
# No need for git history
# 0 indicates all history for all branches and tags, 1 is shallow (and default)
fetch-depth: 1
# Don't show progress bar, very verbose for large repos
show-progress: false

# Uncomment / move to get a tmux ssh session for interactive debugging
# - name: Setup tmate session
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-latex-math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
# 0 indicates all history for all branches and tags, 1 is shallow (and default)
fetch-depth: 1
# Don't show progress bar, very verbose for large repos
show-progress: false

# Uncomment / move to get a tmux ssh session for interactive debugging
# - name: Setup tmate session
Expand Down

0 comments on commit 3b4a5d4

Please sign in to comment.