We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a15ffa commit b957d6aCopy full SHA for b957d6a
1 file changed
.github/workflows/update-dev-container-image.yaml
@@ -12,6 +12,7 @@ jobs:
12
packages: write
13
14
if: ${{ ! startsWith(github.head_ref, 'dependabot/') }}
15
+ if: ${{ github.event.pull_request.head.repo.full_name == 'CSSUoB/TeX-Bot-Py-V2' }}
16
17
steps:
18
- uses: docker/setup-buildx-action@v3
0 commit comments