diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 9b91d2c..4316a74 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -20,7 +20,9 @@ jobs: ls -l /var/run/act/actions/https---git.kjan.de-actions-pull-request-lint@main/ - name: Set execute permissions (Explicit Path) + if: ${{ always() }} run: chmod +x /var/run/act/actions/https---git.kjan.de-actions-pull-request-lint@main/main.go.out - name: Run Pull Request Lint Action + if: ${{ always() }} uses: https://git.kjan.de/actions/pull-request-lint@main