Skip to content

Commit

Permalink
fix(ci): enable forks to run netsim manually (#1834)
Browse files Browse the repository at this point in the history
## Description

Should close #1832

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
Arqu committed Nov 24, 2023
1 parent 0773e30 commit 54acfcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
if: github.event_name == 'issue_comment'
uses: actions/checkout@master
with:
repository: ${{ github.event.issue.repository.full_name }}
submodules: recursive
ref: ${{ steps.refs.outputs.head_ref }}

Expand Down

0 comments on commit 54acfcb

Please sign in to comment.