Skip to content

Commit 388e6d1

Browse files
committed
[CI] Disable backward compatibility check
At the moment, we have no history to diff against, resulting in an error > Error loading nodes: Could not find __init__.py in base_repo This commit should be reverted once the initial node implementation has been merged to main. Signed-off-by: David Feltell <[email protected]>
1 parent 73ddd33 commit 388e6d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- main
1212

1313
jobs:
14-
validate:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: comfy-org/node-diff@main
14+
# TODO(DF): Re-enable once initial PR merged to set a baseline.
15+
# validate:
16+
# runs-on: ubuntu-latest
17+
# steps:
18+
# - uses: comfy-org/node-diff@main

0 commit comments

Comments
 (0)