Commit 1db5880
committed
CI: do not collect cores on cancelled workflows
Cancelling the workflow takes some time and may require clicking
repeatedly as new jobs still start. The core collection is unconditional
and usually not needed when cancellation is requested. Change the
condition to proceed only when the previous steps finish.
Signed-off-by: David Sterba <dsterba@suse.com>1 parent ebad8d9 commit 1db5880
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
179 | | - | |
| 180 | + | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | 184 | | |
| |||
0 commit comments