Skip to content

Commit

Permalink
fix(github-mirror): don't keep successful job history
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Nov 20, 2024
1 parent 8d735db commit 9a849c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
concurrencyPolicy: Forbid
failedJobsHistory: 1
schedule: '01 23 * * 4'
successfulJobsHistory: 1
successfulJobsHistory: 0
suspend: false
containers:
app:
Expand Down

0 comments on commit 9a849c4

Please sign in to comment.