Disable code coverage action on forks (#4948)

This commit is contained in:
Daniele Vettorel 2023-01-24 12:09:28 -05:00 коммит произвёл GitHub
Родитель e0f513f748
Коммит 7f2cbf3fe1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

2
.github/workflows/coverage-gh-pages.yml поставляемый
Просмотреть файл

@ -22,6 +22,7 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
if: github.repository == 'microsoft/DirectXShaderCompiler'
timeout-minutes: 240
steps:
- name: Checkout
@ -52,6 +53,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
if: github.repository == 'microsoft/DirectXShaderCompiler'
needs: build
steps:
- name: Deploy to GitHub Pages