Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4440be6

Browse files
authored
Notify build and lint issues on python-newest
We run CI for older versions, but no need to notify everyone.
1 parentfd5d99f commit4440be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_RUN_ID:${{ github.run_id }}
9191

9292
-name:Notify via Telegram
93-
if:always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule'
93+
if:always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && {{ inputs.tx_project }} == 'python-newest'
9494
uses:appleboy/telegram-action@v1.0.0
9595
with:
9696
to:${{ secrets.TELEGRAM_TO }}
@@ -149,7 +149,7 @@ jobs:
149149
GITHUB_RUN_ID:${{ github.run_id }}
150150

151151
-name:Notify via Telegram
152-
if:always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule'
152+
if:always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && {{ inputs.tx_project }} == 'python-newest'
153153
uses:appleboy/telegram-action@v1.0.0
154154
with:
155155
to:${{ secrets.TELEGRAM_TO }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp