Skip to content

Commit c4ef3ee

Browse files
committed
Add extra pipeline
1 parent 4140351 commit c4ef3ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2525
experimental: [false]
2626
include:
27-
# Handling as the experimental job
27+
# As the experimental task for the dev version.
2828
- os: ubuntu-latest
2929
python: "3.12-dev"
3030
experimental: true
@@ -66,3 +66,9 @@ jobs:
6666
run: python -c "import sys; print(sys.version)"
6767
- name: Run Tests
6868
run: python -u -m pyperformance.tests
69+
- name: Notify result for experimental tasks
70+
uses: thollander/actions-comment-pull-request@v2
71+
if: failure() && ${{ matrix.experimental }} == true
72+
with:
73+
message: |
74+
'${{ matrix.os }} - ${{ matrix.python }} is failed, but allowed as the experimental task.'

0 commit comments

Comments
 (0)