Skip to content

Commit a1b7b8a

Browse files
enable downgrade tests
1 parent 18993e6 commit a1b7b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1818
jobs:
1919
test:
20-
if: false
20+
if: true
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:

.github/workflows/DowngradeSublibraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
# Disabled: julia-downgrade-compat@v2 removes local path deps from manifest, see #3021
22-
if: false
22+
if: true
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)