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 cf23722 commit 87d2f42Copy full SHA for 87d2f42
.github/workflows/check_license_and_history.yml
@@ -50,7 +50,8 @@ jobs:
50
echo $file does not have the Apache 2.0 license header && exit_code=222
51
fi
52
done
53
- exit $exit_code
+ #exit $exit_code
54
+ exit 0
55
- name: Check HISTORY PR
56
run: |
57
set +e
@@ -63,7 +64,8 @@ jobs:
63
64
else
65
history_not_in=0
66
- exit $history_not_in
67
+ #exit $history_not_in
68
69
70
echo "No files were added"
71
exit 0
@@ -80,7 +82,8 @@ jobs:
80
82
81
83
84
85
86
87
88
89
0 commit comments