Skip to content

Commit

Permalink
Drop unit tests part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
peteb206 authored Jun 5, 2024
1 parent a60ee9f commit ba83bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: unit-tests
on:
schedule:
- cron: '0 15 * * 0,4' # https://crontab.guru
# schedule:
# - cron: '0 15 * * 0,4' # https://crontab.guru
pull_request:
workflow_dispatch:
jobs:
Expand All @@ -23,4 +23,4 @@ jobs:
env:
GOOGLE_CLOUD_API_KEY: ${{ secrets.GOOGLE_CLOUD_API_KEY }}
run: |
python unit_tests.py
python unit_tests.py

0 comments on commit ba83bc8

Please sign in to comment.