Skip to content

Commit b2c3dbf

Browse files
committed
debug REBUILD
1 parent 7f55fab commit b2c3dbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/REBUILD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
image: felfert/wix:latest-slim
2929

3030
rebuild:
31-
if: ${{ needs.check.outputs.needrebuild }}
31+
if: ${{ false }} # debugging
32+
#if: ${{ needs.check.outputs.needrebuild }}
3233
needs: [check]
3334
name: Call
3435
uses: ./.github/workflows/CI.yml

0 commit comments

Comments
 (0)