From c23507b94c88f3ee1639c08ec1d59d6cbd3a06fd Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Tue, 12 Jan 2021 05:45:44 +1100 Subject: [PATCH] update workflow --- .github/workflows/check-standard.yaml | 6 +++--- DESCRIPTION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index d2dfb7e..21767ed 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -6,7 +6,7 @@ name: R-CMD-check jobs: R-CMD-check: - if: github.repository_owner == 'Azure' + if: github.repository_owner != 'cloudyr' runs-on: ${{ matrix.config.os }} name: ${{ matrix.config.os }} (${{ matrix.config.r }}) @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # required for mirroring, see https://stackoverflow.com/a/64272409/474349 - name: Copy to Cloudyr - if: runner.os == 'Linux' && github.ref == 'refs/heads/master' + if: github.repository_owner == 'Azure' && runner.os == 'Linux' && github.ref == 'refs/heads/master' env: token: "${{ secrets.ghPat }}" # git config hack required, see https://stackoverflow.com/q/64270867/474349 @@ -91,7 +91,7 @@ jobs: path: check - name: Update Cloudyr drat - if: success() && runner.os == 'Linux' && github.ref == 'refs/heads/master' + if: success() && github.repository_owner == 'Azure' && runner.os == 'Linux' && github.ref == 'refs/heads/master' env: token: "${{ secrets.ghPat }}" run: | diff --git a/DESCRIPTION b/DESCRIPTION index 5c03947..413679a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AzureContainers Title: Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure' -Version: 1.3.1 +Version: 1.3.1.9000 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Bill", "Liang", role = "ctb", comment = "Assistance debugging MMLS on Kubernetes"),