We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b103ea6 commit e74eabbCopy full SHA for e74eabb
.github/workflows/CompatHelper.yml
@@ -75,7 +75,8 @@ jobs:
75
push!(registries, Pkg.RegistrySpec(; url=registry_url, name=registry_name))
76
end
77
78
- CompatHelper.main(; registries, bump_version=true)
+ subdirs = ["", "test", "docs"]
79
+ CompatHelper.main(; registries, subdirs, bump_version=true)
80
shell: julia --color=yes {0}
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments