mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 22:41:52 +02:00
fixes
This commit is contained in:
2
.github/workflows/check-pr.yaml
vendored
2
.github/workflows/check-pr.yaml
vendored
@ -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 }}
|
||||
|
||||
|
10
.github/workflows/check.yaml
vendored
10
.github/workflows/check.yaml
vendored
@ -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()
|
||||
|
Reference in New Issue
Block a user