1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 22:41:52 +02:00
This commit is contained in:
2022-09-23 15:18:55 +02:00
parent 729eff0a9d
commit f8b21cdf72
16 changed files with 22 additions and 23 deletions

View File

@ -33,7 +33,7 @@ name: R-code-check-PR
jobs:
R-code-check-PR:
# do not run if we are the authors - the other checks will already run
if: ${{ github.event.comment.author_association != 'MEMBER' && github.event.comment.author_association != 'OWNER' }}
if: ${{ github.event.comment.author_association }} != 'MEMBER' && ${{ github.event.comment.author_association }} != 'OWNER'
runs-on: ${{ matrix.config.os }}

View File

@ -159,15 +159,7 @@ jobs:
echo "---"
ls ${GITHUB_WORKSPACE}
echo "---"
ls ../${GITHUB_WORKSPACE}
echo "---"
ls ../${GITHUB_WORKSPACE}/AMR
echo "---"
ls ../${GITHUB_WORKSPACE}/AMR.Rcheck
echo "---"
ls ${GITHUB_WORKSPACE}/AMR
echo "---"
ls ${GITHUB_WORKSPACE}/AMR.Rcheck
ls ${GITHUB_WORKSPACE}.Rcheck
- name: Upload artifacts
if: always()