feat: peer automatically injects existing task metadata to scheduler upon restart #5817
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Size | |
on: | |
push: | |
branches: [main, release-*] | |
pull_request: | |
branches: [main, release-*] | |
env: | |
GO_VERSION: '1.21' | |
jobs: | |
check_size: | |
name: Check Size | |
timeout-minutes: 10 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 1 | |
- name: Check large files | |
uses: actionsdesk/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
filesizelimit: "1048576" | |
exclusionPatterns: | | |
deploy/helm-charts | |
manager/console | |
client-rs |