We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58ae9e commit 6f4b955Copy full SHA for 6f4b955
1 file changed
.github/workflows/assistant-to-the-branch-manager.yml
@@ -12,6 +12,7 @@ permissions:
12
jobs:
13
assistant_to_the_branch_manager:
14
runs-on: ubuntu-latest
15
+ if: github.event.repository.fork == false
16
steps:
17
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
18
with:
0 commit comments