Added after-checks

pull/1205/head^2
Ben Meadors 2022-02-14 11:27:33 -06:00 zatwierdzone przez GitHub
rodzic 1808e9b3d8
commit 6b4907e841
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,6 @@ jobs:
check:
strategy:
fail-fast: false
max-parallel: 2
matrix:
include:
- board: rak11200
@ -270,6 +269,16 @@ jobs:
release/device-*.sh
release/device-*.bat
retention-days: 90
after-checks:
runs-on: ubuntu-latest
needs: [check]
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
gather-artifacts:
runs-on: ubuntu-latest