Skip to content

Commit

Permalink
Update Monorepo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 17, 2024
1 parent 97684dc commit dbef401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
sync_commits:
runs-on: ubuntu-latest
name: Sync commits
if: github.repository == 'userfrosting/monorepo' # Execute this workflow job only on the main repository.
# Execute this workflow job only on the main repository.
if: github.repository == 'userfrosting/monorepo'
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit dbef401

Please sign in to comment.