Skip to content

Commit 165c6bb

Browse files
committed
ci: skip add-to-project workflow on forks
1 parent d4146ba commit 165c6bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
add-to-project:
1212
name: Add to project
13+
if: ${{ !github.event.repository.fork }}
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/add-to-project@v1.0.2

0 commit comments

Comments
 (0)