Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 15, 2024
1 parent 7903995 commit faf8026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
runs-on: ubuntu-latest
if: >
!contains(github.event.commits[0].message, '[skip revdepcheck]')
&& github.event.pull_request.draft == false
# Restore this in the if condition
# && github.event.pull_request.draft == false
container:
image: ghcr.io/insightsengineering/rstudio:latest

Expand Down

0 comments on commit faf8026

Please sign in to comment.