Skip to content

Do we need to run actions on forks? #7066

Closed
@sobolevn

Description

@sobolevn

Right now each my PR is tested twice: on python/typeshed@issue-branch and sobolevn/typeshed@issue-branch. Do we really want this?

Снимок экрана 2022-01-28 в 11 04 50

In case we want to switch it off, it is as simple as:

on:
  workflow_dispatch:
  push:
    branches: [master]
  pull_request:
    branches: [master]

Here: https://github.com/python/typeshed/blob/master/.github/workflows/tests.yml#L5
I can send a PR if needed 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions