This commit is contained in:
Johan Dahlbom 2021-12-29 11:35:13 +01:00 коммит произвёл GitHub
Родитель ba1b12d6a4
Коммит abd3bc37ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 2 удалений

7
.github/workflows/tests.yml поставляемый
Просмотреть файл

@ -4,10 +4,11 @@ name: "AzOps - Tests"
on:
workflow_dispatch:
pull_request:
pull_request_target:
branches: [main]
paths:
- "src/**"
permissions:
id-token: write
contents: write
@ -30,6 +31,8 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0
# Dependencies