Skip to content

Commit

Permalink
don;t run Downgrade on test and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeggs committed Dec 16, 2024
1 parent 272a729 commit 8bcc106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/CompatHelper.yml'
- '.github/workflows/SpellCheck.yml'
- '.github/workflows/TagBot.yml'
- 'docs/**'
workflow_dispatch:
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: LinearAlgebra, Random, Statistics
projects: ., test, docs
projects: .
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
Expand Down

0 comments on commit 8bcc106

Please sign in to comment.