Skip to content

Commit

Permalink
fix(3022): Rename 'screwdriver.cd/virtualTrigger' job annotation to '…
Browse files Browse the repository at this point in the history
…screwdriver.cd/virtualJob' (#553)
  • Loading branch information
sagar1312 authored Feb 26, 2024
1 parent 09c0e2e commit 630d437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/annotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const RESERVED_JOB_ANNOTATIONS = [
'screwdriver.cd/blockedBySameJob',
'screwdriver.cd/blockedBySameJobWaitTime',
'screwdriver.cd/jobDisabledByDefault',
'screwdriver.cd/virtualTrigger'
'screwdriver.cd/virtualJob'
];
const RESERVED_PIPELINE_ANNOTATIONS = [
'screwdriver.cd/buildCluster',
Expand Down

0 comments on commit 630d437

Please sign in to comment.