Skip to content
Prev Previous commit
Next Next commit
Remove quote
  • Loading branch information
corona10 committed Apr 19, 2023
commit 36e7547277908318729bee056d1dca22bd43344d
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
if: ${{ steps.pyperformance.outcome != 'success' && matrix.experimental }}
Comment thread
corona10 marked this conversation as resolved.
Outdated
with:
message: |
'${{ matrix.os }} - ${{ matrix.python }} is failed, but allowed as the experimental task.'
${{ matrix.os }} - ${{ matrix.python }} is failed, but allowed as the experimental task.
- name: Notify result for experimental tasks (Success)
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ steps.pyperformance.outcome == 'success' && matrix.experimental }}
with:
message: |
'${{ matrix.os }} - ${{ matrix.python }} is passed, now we can disable experimental flag.'
${{ matrix.os }} - ${{ matrix.python }} is passed, now we can disable experimental flag.