Skip to content

Up paperspace MAX_POLLS_FOR_UP_OR_STOP #10654

Up paperspace MAX_POLLS_FOR_UP_OR_STOP

Up paperspace MAX_POLLS_FOR_UP_OR_STOP #10654

Workflow file for this run

# This is needed for GitHub Actions for the "Waiting for status to be reported" problem,
# according to https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks
name: mypy
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
- 'releases/**'
merge_group:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- run: 'echo "No mypy to run"'