Skip to content

Commit b957d6a

Browse files
Add check for forks when running PR workflows (#432)
1 parent 2a15ffa commit b957d6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-dev-container-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
packages: write
1313

1414
if: ${{ ! startsWith(github.head_ref, 'dependabot/') }}
15+
if: ${{ github.event.pull_request.head.repo.full_name == 'CSSUoB/TeX-Bot-Py-V2' }}
1516

1617
steps:
1718
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)