mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
ci: skip deploy job on forks
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c6004c971f
commit
a2303c9389
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-website.yml
vendored
1
.github/workflows/deploy-website.yml
vendored
|
|
@ -17,6 +17,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.repository == 'vinta/awesome-python'
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: github-pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue