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 1874440 commit 48e4368Copy full SHA for 48e4368
.github/workflows/build_and_test.yaml
@@ -127,7 +127,7 @@ jobs:
127
checks: write
128
container:
129
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
130
- options: --privileged --pid=host
+ options: --privileged
131
if: ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }}
132
strategy:
133
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
0 commit comments