Skip to content

Commit

Permalink
Adding hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Aug 14, 2023
1 parent f8e56e0 commit 8c09986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-active-prs-and-slots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
$SlotList = "${{ steps.slotList.outputs.slots }}" -split ' '
$slotsExistThatRequireDeletion = $SlotList | Where-Object { $_ -notin $PRList }
$slotsExistThatRequireDeletion ='111 112'
# $slotsExistThatRequireDeletion ='111 112'
$slotsNeedDeletion = $slotsExistThatRequireDeletion.Length -gt 0
if ( ! $slotsNeedDeletion ) {
Expand Down

0 comments on commit 8c09986

Please sign in to comment.