Draft: testing how long prophet test take without pytest-xdist #1747
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: Pull Request Check | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
pull_request_check: | |
name: pull request check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: nearform-actions/github-action-check-linked-issues@v1.4.5 | |
id: check-linked-issues | |
with: | |
exclude-branches: "release_v**, backport_v**, main, latest-dep-update-**, min-dep-update-**, dependabot/**" | |
github-token: ${{ secrets.MACHINEFL_DEPENDENCY_CHECKER_TOKEN }} |