Skip to content

Commit 095c1f4

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.
1 parent efd1180 commit 095c1f4

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1718
with:

0 commit comments

Comments
 (0)