Skip to content

Commit

Permalink
ci(service-update-schedule): prevents this action from running on for…
Browse files Browse the repository at this point in the history
…ks (#522)
  • Loading branch information
liweijie0812 authored Aug 9, 2024
1 parent 2f8adde commit 67f2392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/service-update-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
create-report:
# prevents this action from running on forks
if: github.repository == 'Tencent/tdesign'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 67f2392

Please sign in to comment.