Skip to content

Commit

Permalink
to revert - run build
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jun 21, 2024
1 parent 835c919 commit adc9fe1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-publish-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Create Docker image and publish to GH Packages

on:
push:
pull-request:
branches: [ main ] # create a new version whenever we push to main
schedule:
- cron: "12 2 2 * *" # run at 2:12 of the 2nd of every month

env:
DOCKER_REGISTRY: ghcr.io # where to register the image
Expand Down Expand Up @@ -47,7 +45,7 @@ jobs:
matrix:
# NOTE: valgrind container is fedora, gcc, devel
# see https://r-hub.github.io/containers/containers.html#valgrind
target-os: ['debian', 'fedora', 'valgrind']
target-os: ['valgrind']
compiler: ['gcc', 'clang']
r-version: ['devel', 'release', 'patched']
exclude:
Expand Down

0 comments on commit adc9fe1

Please sign in to comment.