Skip to content

Commit

Permalink
ci: skip progress
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 12, 2023
1 parent c4a53c4 commit 91ae5b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false

- name: 🐍 Set up Python
uses: actions/setup-python@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false

- name: 🚀 Deploy
uses: ./.github/actions/deploy
Expand All @@ -67,6 +69,8 @@ jobs:
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false

- name: 🚀 Deploy
uses: ./.github/actions/deploy
Expand Down

0 comments on commit 91ae5b7

Please sign in to comment.