Skip to content

Commit

Permalink
Do not run docs on creating new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 3, 2025
1 parent 734db01 commit 231db77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
generate-docs:
if: github.event.repository.owner.login == 'react18-tools'
if: github.run_number != 1 && github.event.repository.owner.login == 'react18-tools'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 231db77

Please sign in to comment.