We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c318320 commit abaf606Copy full SHA for abaf606
.github/workflows/pr-differences-mutants.yml
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
41
42
- 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' }}
+ if: ${{ inputs.ignore_timeout == 'true' && steps.check_right_permissions.outputs.is_team_member != 'true' }}
44
run: exit 1
45
46
# Check and output whether to run big (`stacks-node`/`stackslib`) or small (others) packages with or without shards
0 commit comments