From c29c69381071fcdf9198c7eafae70d824314b759 Mon Sep 17 00:00:00 2001 From: sangdonlim <48362733+SangdonLim@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:28:15 -0500 Subject: [PATCH 1/2] fix github actions status badge --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 51d0ba7..e770292 100644 --- a/README.Rmd +++ b/README.Rmd @@ -7,7 +7,7 @@ output: github_document Multiple Administrations Adaptive Testing -[![R build status](https://github.com/choi-phd/maat/workflows/build/badge.svg)](https://github.com/choi-phd/maat/actions) +[![R build status](https://github.com/choi-phd/maat/actions/workflows/r.yml/badge.svg)](https://github.com/choi-phd/maat/actions) [![Number of downloads](https://cranlogs.r-pkg.org/badges/grand-total/maat?color=lightgrey)](https://cran.r-project.org/package=maat) diff --git a/README.md b/README.md index f4cb1ee..23d418b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Multiple Administrations Adaptive Testing [![R build -status](https://github.com/choi-phd/maat/workflows/build/badge.svg)](https://github.com/choi-phd/maat/actions) +status](https://github.com/choi-phd/maat/actions/workflows/r.yml/badge.svg)](https://github.com/choi-phd/maat/actions) [![Number of downloads](https://cranlogs.r-pkg.org/badges/grand-total/maat?color=lightgrey)](https://cran.r-project.org/package=maat) From 6c1df10383eadbea5425847d616137c2f25662ff Mon Sep 17 00:00:00 2001 From: sangdonlim <48362733+SangdonLim@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:52:25 -0500 Subject: [PATCH 2/2] remove checking on oldrel-3 --- .github/workflows/r.yml | 1 - .github/workflows/r_other_branches.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 19f380c..e5656c2 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -25,7 +25,6 @@ jobs: - {os: ubuntu-latest , r: 'release'} - {os: ubuntu-latest , r: 'oldrel-1'} - {os: ubuntu-latest , r: 'oldrel-2'} - - {os: ubuntu-latest , r: 'oldrel-3'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/r_other_branches.yml b/.github/workflows/r_other_branches.yml index 3ec41e7..ee92ad6 100644 --- a/.github/workflows/r_other_branches.yml +++ b/.github/workflows/r_other_branches.yml @@ -23,7 +23,6 @@ jobs: - {os: ubuntu-latest , r: 'release'} - {os: ubuntu-latest , r: 'oldrel-1'} - {os: ubuntu-latest , r: 'oldrel-2'} - - {os: ubuntu-latest , r: 'oldrel-3'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}