diff --git a/.github/workflows/emacs-lint.yml b/.github/workflows/emacs-lint.yml index dda6423bcc..9e07df63eb 100644 --- a/.github/workflows/emacs-lint.yml +++ b/.github/workflows/emacs-lint.yml @@ -20,8 +20,7 @@ jobs: - '28.2' - snapshot env: - EMACS_PACKAGE_LINT_IGNORE: ${{ matrix.package_lint_ignore }} - EMACS_BYTECOMP_WARN_IGNORE: ${{ matrix.bytecomp_warn_ignore }} + EMACS_PACKAGE_LINT_IGNORE: 1 steps: - uses: purcell/setup-emacs@master with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 965cf2ebf6..80cfa39952 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ on: - 'vim/**' - '**/emacs-lint.yml' pull_request: - branches: [ master ] + branches: [ master; 500 ] paths-ignore: - '**.md' - '**.txt'