Skip to content

Commit

Permalink
build: fix invalid yaml (#47977)
Browse files Browse the repository at this point in the history
Fix the invalid yaml for the assistant to the branch manager action

PR Close #47977
  • Loading branch information
josephperrott authored and AndrewKushnir committed Nov 4, 2022
1 parent 2ed5aef commit f70f50a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -11,7 +11,6 @@ permissions:

jobs:
assistant_to_the_branch_manager:
if: github.action == 'pull_request_target' or github.action == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
Expand Down

0 comments on commit f70f50a

Please sign in to comment.