Skip to content

Commit

Permalink
Fix dev container fork check (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyTheHacker authored Mar 1, 2025
1 parent b957d6a commit 659fe6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-dev-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
contents: read
packages: write

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

steps:
- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 659fe6e

Please sign in to comment.