fix: update windows liveness timeoutSeconds, periodSeconds to 60 and reduce tasklist usage to once #1540
Workflow file for this run
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: size-label #https://github.com/kubernetes/kubernetes/labels?q=size | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |