Skip to content

Commit 6f4b955

Browse files
cexbrayathybrist
authored andcommitted
build: disable assistant_to_the_branch_manager on forks
It currently fails as it is triggered on push, but requires an angular-robot-key that forks don't have. (cherry picked from commit 095c1f4)
1 parent f58ae9e commit 6f4b955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
assistant_to_the_branch_manager:
1414
runs-on: ubuntu-latest
15+
if: github.event.repository.fork == false
1516
steps:
1617
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1718
with:

0 commit comments

Comments
 (0)