Skip to content

Commit 0c3f2fd

Browse files
ci: exclude clojurescript from antq version check
Additional testing is required before tracking the latest clojurescript releases
1 parent 57c138f commit 0c3f2fd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/version-check.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ on:
2020
# - cron: "0 4 * * *" # at 04:04:04 ever day
2121
# - cron: "0 4 * * 5" # at 04:04:04 ever Friday
2222
- cron: "0 4 1 * *" # at 04:04:04 on first day of month
23-
workflow_dispatch: # Run manually via GitHub Actions Workflow page
23+
workflow_dispatch:
24+
# Run manually via GitHub Actions Workflow page
2425

2526
jobs:
2627
scheduled-version-check:
@@ -38,7 +39,7 @@ jobs:
3839
- name: "Antq Check versions"
3940
uses: liquidz/antq-action@main
4041
with:
41-
excludes: "io.github.babashka/neil org.clojure/tools.deps.alpha"
42+
excludes: "io.github.babashka/neil org.clojure/tools.deps.alpha io.github.babashka/neil org.clojure/clojurescript"
4243

4344
# Summary
4445
- run: echo "🎨 library versions checked with liquidz/antq"

CHANGELOG.org

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

33
* Unreleased
4+
** Changed
5+
- ci: exclude clojurescript from antq version check
46

57
* 2023-07-26
68
** Added

0 commit comments

Comments
 (0)