Skip to content

Commit aef977f

Browse files
authored
Merge pull request #1427 from bratpiorka/rrudnick_enable_compat
enable compat wflow after UMF 1.0.0-rc1
2 parents e71e8a1 + f85aa05 commit aef977f

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)