diff --git a/.github/workflows/R-CMD-check-HTML5.yaml b/.github/workflows/R-CMD-check-HTML5.yaml
index 0e47c262..6428b753 100644
--- a/.github/workflows/R-CMD-check-HTML5.yaml
+++ b/.github/workflows/R-CMD-check-HTML5.yaml
@@ -25,8 +25,8 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
- extra-packages: any::rcmdcheck, any::lifecycle
- dependencies: 'character()'
+ extra-packages: any::rcmdcheck
+ needs: check
- name: Install pdflatex
run: sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
diff --git a/.gitignore b/.gitignore
index 2818fe1f..da077610 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ docs/
connectapi.Rcheck/
connectapi*.tar.gz
connectapi*.tgz
+*.orig
\ No newline at end of file