Skip to content

Commit c7bd4de

Browse files
ci: weekly version check, exclude tools deps alpha
1 parent 7f12492 commit c7bd4de

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/version-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
name: "Scheduled Version Check"
1818
on:
1919
schedule:
20-
- cron: "0 4 * * *" # at 04:04:04 ever day
21-
# - cron: "0 4 * * 5" # at 04:04:04 ever Friday
20+
# - cron: "0 4 * * *" # at 04:04:04 ever day
21+
- cron: "0 4 * * 5" # at 04:04:04 ever Friday
2222
# - cron: "0 4 1 * *" # at 04:04:04 on first day of month
2323
workflow_dispatch: # Run manually via GitHub Actions Workflow page
2424

@@ -38,8 +38,8 @@ jobs:
3838
- name: "Antq Check versions"
3939
uses: liquidz/antq-action@main
4040
with:
41-
excludes: "io.github.babashka/neil org.clojure/tools.deps.alpha "
41+
excludes: "io.github.babashka/neil org.clojure/tools.deps.alpha"
4242

43+
# Summary
4344
- run: echo "🎨 library versions checked with liquidz/antq"
44-
4545
- run: echo "🍏 Job status is ${{ job.status }}."

CHANGELOG.org

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
5+
6+
* 2023-05-09
7+
** Updated
8+
*** ci: weekly schedule version check, exclude tools deps alpha
49
** Added
510
*** alias: `:lib/component-repl` REPL workflow for Component library
611
*** alias: `:lib/integrant-repl` REPL workflow for Integrant library

0 commit comments

Comments
 (0)