Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 10, 2023
1 parent e047fd3 commit 7e9c501
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -24,6 +24,8 @@ jobs:

- name: ⬇️ Checkout code
uses: actions/checkout@v4
with:
show-progress: false

- name: 📥 Install project
run: pip install -e .[tests]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
steps:
- name: ⬇️ Checkout code
uses: actions/checkout@v4
with:
show-progress: false

- name: 🚢 Deploy
uses: agrc/cloud-run-docker-deploy-composite-action@v1
Expand Down

0 comments on commit 7e9c501

Please sign in to comment.