Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5d99f commit 4440be6Copy full SHA for 4440be6
.github/workflows/check.yml
@@ -90,7 +90,7 @@ jobs:
90
GITHUB_RUN_ID: ${{ github.run_id }}
91
92
- name: Notify via Telegram
93
- if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule'
+ if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && {{ inputs.tx_project }} == 'python-newest'
94
uses: appleboy/[email protected]
95
with:
96
to: ${{ secrets.TELEGRAM_TO }}
@@ -149,7 +149,7 @@ jobs:
149
150
151
152
153
154
155
0 commit comments