Skip to content

Commit 62f361f

Browse files
committed
ci: remove info node support warnings
1 parent f551db3 commit 62f361f

File tree

3 files changed

+0
-308
lines changed

3 files changed

+0
-308
lines changed

.github/check_info_nodes_support.sh

Lines changed: 0 additions & 225 deletions
This file was deleted.

.github/compare_templates.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -763,13 +763,6 @@ jobs:
763763
limit: 150
764764
update-summary: ${{ runner.os == 'Linux' && 'true' || 'false' }}
765765

766-
- name: Check Info Nodes
767-
if: runner.os == 'Linux'
768-
run: |
769-
set -x
770-
chmod +x .github/check_info_nodes_support.sh
771-
.github/check_info_nodes_support.sh
772-
773766
- name: Create GitHub Package Release
774767
if: ${{ github.event_name == 'push' && (contains(fromJSON('["master", "develop"]'), github.ref_name) || startsWith(github.ref, 'refs/tags/')) }}
775768
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)