зеркало из https://github.com/Azure/AzureKeyVault.git
update workflow
This commit is contained in:
Родитель
98f24c5b5e
Коммит
42ce0d0eef
|
@ -6,7 +6,7 @@ name: R-CMD-check
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
R-CMD-check:
|
R-CMD-check:
|
||||||
if: github.repository_owner == 'Azure'
|
if: github.repository_owner != 'cloudyr'
|
||||||
runs-on: ${{ matrix.config.os }}
|
runs-on: ${{ matrix.config.os }}
|
||||||
|
|
||||||
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
|
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
|
fetch-depth: 0 # required for mirroring, see https://stackoverflow.com/a/64272409/474349
|
||||||
|
|
||||||
- name: Copy to Cloudyr
|
- 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:
|
env:
|
||||||
token: "${{ secrets.ghPat }}"
|
token: "${{ secrets.ghPat }}"
|
||||||
# git config hack required, see https://stackoverflow.com/q/64270867/474349
|
# git config hack required, see https://stackoverflow.com/q/64270867/474349
|
||||||
|
@ -91,7 +91,7 @@ jobs:
|
||||||
path: check
|
path: check
|
||||||
|
|
||||||
- name: Update Cloudyr drat
|
- 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:
|
env:
|
||||||
token: "${{ secrets.ghPat }}"
|
token: "${{ secrets.ghPat }}"
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче