Skip to content

Commit 95cef93

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 52e47fe commit 95cef93

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/validate.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
- master
1111
- main
1212

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

0 commit comments

Comments
 (0)