diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d5c66559..8a4cdb55 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -27,12 +27,12 @@ jobs: with: additional-r-cmd-check-params: --as-cran coverage: - name: Coverage πŸ“” + name: Coverage πŸ“” uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} linter: - if: github.event_name == 'pull_request' + if: github.event_name != 'push' name: SuperLinter πŸ¦Έβ€β™€οΈ uses: insightsengineering/r.pkg.template/.github/workflows/linter.yaml@main roxygen: @@ -46,11 +46,11 @@ jobs: name: gitleaks πŸ’§ uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main spelling: - if: github.event_name == 'pull_request' + if: github.event_name != 'push' name: Spell Check πŸ†Ž uses: insightsengineering/r.pkg.template/.github/workflows/spelling.yaml@main links: - if: github.event_name == 'pull_request' + if: github.event_name != 'push' name: Check URLs 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/links.yaml@main vbump: @@ -66,12 +66,12 @@ jobs: name: License Check πŸƒ uses: insightsengineering/r.pkg.template/.github/workflows/licenses.yaml@main style: - if: github.event_name == 'pull_request' + if: github.event_name != 'push' name: Style Check πŸ‘— uses: insightsengineering/r.pkg.template/.github/workflows/style.yaml@main with: auto-update: true grammar: - if: github.event_name == 'pull_request' + if: github.event_name != 'push' name: Grammar Check πŸ”€ uses: insightsengineering/r.pkg.template/.github/workflows/grammar.yaml@main