Skip to content

Commit

Permalink
chore: remove selector to test message
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeyThomas committed Dec 6, 2024
1 parent 4dcd934 commit e0635e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/immutability-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
Existing `chain-selectors` are immutable. Please ensure you have not modified or removed an existing selector
```yaml
${{ steps.immutability-check.outputs.result || steps.removed-selectors-check.outputs.result }}
${{ (steps.immutability-check.outputs.result != '{}') && steps.immutability-check.outputs.result || steps.removed-selectors-check.outputs.result }}
```
reactions: '+1'

0 comments on commit e0635e9

Please sign in to comment.