Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 authored Mar 26, 2024
1 parent 4735dcc commit 4d314d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ concurrency:
jobs:

build:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-22.04

runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 4d314d8

Please sign in to comment.