Skip to content

Commit abaf606

Browse files
committed
fix true type on equal
1 parent c318320 commit abaf606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-differences-mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4141

4242
- name: Fail if the user does not have the right permissions
43-
if: ${{ inputs.ignore_timeout == true && steps.check_right_permissions.outputs.is_team_member != 'true' }}
43+
if: ${{ inputs.ignore_timeout == 'true' && steps.check_right_permissions.outputs.is_team_member != 'true' }}
4444
run: exit 1
4545

4646
# Check and output whether to run big (`stacks-node`/`stackslib`) or small (others) packages with or without shards

0 commit comments

Comments
 (0)