Skip to content

Commit

Permalink
Revert "update: フリーテスト機能の仕様変更: YuukiToriyama以外のユーザーがコメントした場合フリーテストが動か…
Browse files Browse the repository at this point in the history
…ないことの確認"

This reverts commit ff79b6a.
  • Loading branch information
YuukiToriyama committed Feb 10, 2024
1 parent ff79b6a commit 303aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/free-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run_free_test:
if: github.event.issue.pull_request == null && startsWith(github.event.comment.body, '```text:freetest') && github.event.comment.user.login == 'YuukiToriyama____'
if: github.event.issue.pull_request == null && startsWith(github.event.comment.body, '```text:freetest') && github.event.comment.user.login == 'YuukiToriyama'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 303aa42

Please sign in to comment.