Skip to content

Commit

Permalink
Add stub flag to task hash only if task has a stub (#5750) [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman authored Feb 6, 2025
1 parent 13072d6 commit deec443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ class TaskProcessor {
}
}

if( session.stubRun ) {
if( session.stubRun && task.config.getStubBlock() ) {
keys.add('stub-run')
}

Expand Down

0 comments on commit deec443

Please sign in to comment.