Skip to content

Commit

Permalink
Final version to notify only when scheduled test run fail
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 7, 2024
1 parent f06ba21 commit b9f3cb5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*'
schedule:
# Runs at 6:10am UTC on Monday
- cron: '1/10 * * * *'
- cron: '10 6 * * 1'
pull_request:

jobs:
Expand Down Expand Up @@ -69,12 +69,6 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFYBOT_WEBHOOK_URL }} # required

- name: Echo variables
if: always()
run: |
echo "${{ toJson(github) }}"
echo "${{ github.event_name }}"

build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit b9f3cb5

Please sign in to comment.