Skip to content

Commit ca27f73

Browse files
authored
gh-263: Remove detection bit for a while (#276)
1 parent fe07325 commit ca27f73

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,3 @@ jobs:
6969
id: pyperformance
7070
run: python -u -m pyperformance.tests
7171
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.

0 commit comments

Comments
 (0)