Skip to content

Commit ec64826

Browse files
committed
print something, and exit quick
1 parent 127fe3a commit ec64826

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

.github/workflows/CI.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,21 @@ jobs:
8181
- name: Use default julia environment
8282
run: |
8383
cat ~/.local/share/jupyter/kernels/julia-1.10/kernel.json | jq | sed 's/^.*project=.*$//' > ~/.local/share/jupyter/kernels/julia-1.10/kernel.json
84-
- run: python3 tester.py ${{ matrix.node }}
85-
- name: Upload new notebook
86-
uses: actions/upload-artifact@v4
87-
with:
88-
name: ${{ matrix.node }}
89-
path: notebooks/*.ipynb
90-
retention-days: 7
91-
- name: Notify Slack Action
92-
if: always()
93-
uses: ravsamhq/notify-slack-action@2.5.0
94-
with:
95-
token: ${{ secrets.GITHUB_TOKEN }}
96-
status: ${{ job.status }}
97-
message_format: "{emoji} *${{matrix.node}}* {status_message} in <{run_url}>"
98-
notify_when: "failure,cancelled,skipped"
99-
env:
100-
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
84+
cat ~/.local/share/jupyter/kernels/julia-1.10/kernel.json
85+
# - run: python3 tester.py ${{ matrix.node }}
86+
# - name: Upload new notebook
87+
# uses: actions/upload-artifact@v4
88+
# with:
89+
# name: ${{ matrix.node }}
90+
# path: notebooks/*.ipynb
91+
# retention-days: 7
92+
# - name: Notify Slack Action
93+
# if: always()
94+
# uses: ravsamhq/notify-slack-action@2.5.0
95+
# with:
96+
# token: ${{ secrets.GITHUB_TOKEN }}
97+
# status: ${{ job.status }}
98+
# message_format: "{emoji} *${{matrix.node}}* {status_message} in <{run_url}>"
99+
# notify_when: "failure,cancelled,skipped"
100+
# env:
101+
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

0 commit comments

Comments
 (0)