File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 69
69
id : pyperformance
70
70
run : python -u -m pyperformance.tests
71
71
continue-on-error : ${{ matrix.experimental }}
72
- - name : Notify result for experimental tasks (Failure)
73
- uses : marocchino/sticky-pull-request-comment@v2
74
- if : ${{ steps.pyperformance.outcome != 'success' && matrix.experimental }}
75
- with :
76
- message : |
77
- ❌: ${{ matrix.os }} - ${{ matrix.python }} has failed, but allowed as the experimental task.
78
- - name : Notify result for experimental tasks (Success)
79
- uses : marocchino/sticky-pull-request-comment@v2
80
- if : ${{ steps.pyperformance.outcome == 'success' && matrix.experimental }}
81
- with :
82
- message : |
83
- ✅: ${{ matrix.os }} - ${{ matrix.python }} has passed, now we can disable the experimental flag.
You can’t perform that action at this time.
0 commit comments