Add one retry to packet_pr jobs
This commit is contained in:
parent
207d3e7b4e
commit
46d0df394f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
# CI template for PRs
|
# CI template for PRs
|
||||||
.packet_pr:
|
.packet_pr:
|
||||||
only: [/^pr-.*$/]
|
only: [/^pr-.*$/]
|
||||||
|
retry: 1
|
||||||
extends: .packet
|
extends: .packet
|
||||||
|
|
||||||
# CI template for periodic CI jobs
|
# CI template for periodic CI jobs
|
||||||
|
|
Loading…
Reference in a new issue