Skip to content

Commit

Permalink
Update github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Mar 20, 2024
1 parent 9b519e5 commit c540381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-live-uk-cron.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Test-uk-live
name: Test-uk-live-cron

on:
schedule:
- cron: '0 14 * * 3'
- cron: '0 14 * * 3' # Every Wednesday at 2pm

jobs:
build:
Expand Down Expand Up @@ -52,5 +52,5 @@ jobs:
- name: Print status report
run: clojure -M:run --db snomed.db status

- name: Clojure tests
- name: Run tests
run: clojure -M:test

0 comments on commit c540381

Please sign in to comment.