Skip to content

Commit

Permalink
Merge pull request #304 from wikimedia/Use-shallow-clone-depth-and-no…
Browse files Browse the repository at this point in the history
…ninteractive-on-push-action

Use shallow clone depth and noninteractive env vars in push.yml action
  • Loading branch information
montehurd committed May 9, 2024
2 parents 59dc5a2 + fbba4b7 commit 9a76cb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
name: Lint, test, and run visual regression tests
runs-on: ubuntu-latest
timeout-minutes: 20
env:
NONINTERACTIVE: 1
CLONE_DEPTH: 1
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 9a76cb6

Please sign in to comment.