mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:06:00 +01:00
CI: reduce artifact lifetime
This commit is contained in:
parent
ef52b08a22
commit
72533ba775
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ build:archlinux:
|
||||||
cache:
|
cache:
|
||||||
<<: *girara_cache
|
<<: *girara_cache
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 6 hours
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
except:
|
except:
|
||||||
|
@ -58,7 +58,7 @@ build:debian-bookworm:
|
||||||
cache:
|
cache:
|
||||||
<<: *girara_cache
|
<<: *girara_cache
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 6 hours
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
except:
|
except:
|
||||||
|
@ -94,7 +94,7 @@ build:debian-trixie:
|
||||||
cache:
|
cache:
|
||||||
<<: *girara_cache
|
<<: *girara_cache
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 6 hours
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
except:
|
except:
|
||||||
|
@ -130,7 +130,7 @@ build:ubuntu-jammy:
|
||||||
cache:
|
cache:
|
||||||
<<: *girara_cache
|
<<: *girara_cache
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 6 hours
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue