Skip to content

Commit f85aa05

Browse files
committed
enable compat wflow after UMF 1.0.0-rc1
1 parent 57d930a commit f85aa05

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pr_push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
contents: read
9595
security-events: write
9696
uses: ./.github/workflows/reusable_trivy.yml
97-
# Compatibility:
98-
# needs: [Build]
99-
# uses: ./.github/workflows/reusable_compatibility.yml
100-
# strategy:
101-
# matrix:
102-
# tag: ["v0.12.0-dev3"]
103-
# with:
104-
# tag: ${{matrix.tag}}
97+
Compatibility:
98+
needs: [Build]
99+
uses: ./.github/workflows/reusable_compatibility.yml
100+
strategy:
101+
matrix:
102+
tag: ["v1.0.0-rc1"]
103+
with:
104+
tag: ${{matrix.tag}}

0 commit comments

Comments
 (0)