Skip to content

Commit

Permalink
simplify upstream check
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jul 11, 2024
1 parent cc2f192 commit 5581714
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ jobs:
uses: r-quantities/workflows/.github/workflows/build.yml@main
secrets: inherit

quantities-devel:
name: Check upstream (devel)
upstream:
name: Check upstream
needs: build
uses: r-quantities/workflows/.github/workflows/upstream.yml@main
with:
version: devel

quantities-cran:
name: Check upstream (CRAN)
needs: build
uses: r-quantities/workflows/.github/workflows/upstream.yml@main
with:
version: cran
secrets: inherit

0 comments on commit 5581714

Please sign in to comment.