diff --git a/.Rbuildignore b/.Rbuildignore index 1305f0ec..9307aa48 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,7 +20,6 @@ ^\.vscode$ ^\.deps$ ^autobrew$ -^cleanup$ ^CRAN-SUBMISSION$ ^\.gitpod\.yml$ ^\.gitpod\.Dockerfile$ diff --git a/.github/workflows/ghcr.yaml b/.github/workflows/ghcr.yaml index d37fac6e..2ddd1802 100644 --- a/.github/workflows/ghcr.yaml +++ b/.github/workflows/ghcr.yaml @@ -51,7 +51,7 @@ jobs: uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2 with: context: . - cache-from: ${{ ( github.event_name != 'schedule' || github.event_name != 'workflow_dispatch' ) && 'type=gha' || '' }} + cache-from: ${{ ( github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' ) && 'type=gha' || '' }} cache-to: type=gha,mode=max push: true tags: ${{ steps.meta.outputs.tags }} diff --git a/.gitignore b/.gitignore index 089fdd30..e3d2824b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ tests/testthat/testthat-problems.rds configure.log .deps/ autobrew -cleanup .vscode .Renviron CRAN-SUBMISSION diff --git a/cleanup b/cleanup new file mode 100755 index 00000000..894bb4d6 --- /dev/null +++ b/cleanup @@ -0,0 +1,2 @@ +#!/bin/sh +rm -f src/Makevars configure.log