Skip to content

Commit

Permalink
ci: remove info node support warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Nov 8, 2024
1 parent f551db3 commit 62f361f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 308 deletions.
225 changes: 0 additions & 225 deletions .github/check_info_nodes_support.sh

This file was deleted.

76 changes: 0 additions & 76 deletions .github/compare_templates.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -763,13 +763,6 @@ jobs:
limit: 150
update-summary: ${{ runner.os == 'Linux' && 'true' || 'false' }}

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

0 comments on commit 62f361f

Please sign in to comment.