diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 99485f6..d124ee5 100755 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -14,11 +14,8 @@ permissions: jobs: build_latex: runs-on: ubuntu-latest - if: | - (github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) permissions: - contents: read - pull-requests: write + actions: write steps: - name: Set up Git repository uses: actions/checkout@v4