Skip to content
Prev Previous commit
Next Next commit
Update message
  • Loading branch information
corona10 committed Apr 19, 2023
commit 67a7c6865016e6271e4076be208d88d90bf57433
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.
Comment thread
corona10 marked this conversation as resolved.
Outdated
- 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.
Comment thread
corona10 marked this conversation as resolved.
Outdated