Skip to content

Commit

Permalink
ci: Update on-demand.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 16, 2024
1 parent c8f12b3 commit a382a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: "On demand deletion of 3-letter translation files"
if: |
github.event.issue.pull_request &&
(github.event.comment.body == '/lint') &&
(github.event.comment.body == '/delete-3-letter-translations') &&
contains(fromJSON('["COLLABORATOR", "CONTRIBUTOR", "MEMBER", "OWNER"]'), github.event.comment.author_association)
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a382a2e

Please sign in to comment.