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 658c94e commit 4b20aadCopy full SHA for 4b20aad
.github/workflows/verify-devcontainers.yml
@@ -96,7 +96,7 @@ jobs:
96
verify-devcontainers:
97
name: ${{matrix.devcontainer.name}}
98
needs: get-devcontainer-list
99
- if: ${{ needs.get-devcontainer-list.outputs.skip != 'true' }}
+ # if: ${{ needs.get-devcontainer-list.outputs.skip != 'true' }}
100
runs-on: linux-amd64-cpu4
101
strategy:
102
fail-fast: false
0 commit comments