Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 24, 2024
1 parent 7514ce5 commit 57ea33a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
validation:
name: R Package Validation report 📃
needs: release
uses: insightsengineering/r.pkg.template/.github/workflows/validation.yaml@debug-quarto
uses: insightsengineering/r.pkg.template/.github/workflows/validation.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
release:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
# uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
# secrets:
# REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
# build-wasm:
# name: Build WASM 🧑‍🏭
# needs: release
# uses: insightsengineering/r.pkg.template/.github/workflows/wasm.yaml@wasm-poc
build-wasm:
name: Build WASM 🧑‍🏭
needs: release
uses: insightsengineering/r.pkg.template/.github/workflows/wasm.yaml@wasm-poc

0 comments on commit 57ea33a

Please sign in to comment.