Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 21, 2024
1 parent 9e6a0d4 commit e733666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
build-and-check:
name: Build R package
runs-on: ubuntu-latest
if: contains(env.ENABLED_STEPS, 'build_and_check')
if: >
contains(env.ENABLED_STEPS, 'build_and_check')
container:
# image: rocker/r-ubuntu:latest
image: rocker/verse:4.4.0
Expand Down

0 comments on commit e733666

Please sign in to comment.