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 57d930a commit f85aa05Copy full SHA for f85aa05
.github/workflows/pr_push.yml
@@ -94,11 +94,11 @@ jobs:
94
contents: read
95
security-events: write
96
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}}
+ Compatibility:
+ needs: [Build]
+ uses: ./.github/workflows/reusable_compatibility.yml
+ strategy:
+ matrix:
+ tag: ["v1.0.0-rc1"]
+ with:
+ tag: ${{matrix.tag}}
0 commit comments