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 457b9f1 commit 2d6ef20Copy full SHA for 2d6ef20
.github/workflows/verify-devcontainers.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "skip=false" >> $GITHUB_OUTPUT
86
fi
87
- name: Get list of devcontainer.json paths and names
88
- if: ${{ steps.inspect-changes.outputs.skip != 'true' }}
+ # if: ${{ steps.inspect-changes.outputs.skip != 'true' }}
89
id: get-list
90
run: |
91
devcontainers=$(find .devcontainer/ -name 'devcontainer.json' | while read -r devcontainer; do
@@ -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