ci.yml: Update checkout action to v7, don't check out all history
All checks were successful
Run tests and linters / test (pull_request) Successful in 2m28s
All checks were successful
Run tests and linters / test (pull_request) Successful in 2m28s
We only need the last commit to run the tests. Related: quality/tickets#928
This commit is contained in:
parent
8c4ab44083
commit
8083446687
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@ jobs:
|
|||
image: registry.access.redhat.com/ubi9/python-311
|
||||
steps:
|
||||
- name: Check out the project source
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
uses: actions/checkout@v7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue