mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +03:00
Update workflows/qa
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
e74e12c293
commit
fa3d92009d
1 changed files with 0 additions and 3 deletions
3
.github/workflows/qa.yml
vendored
3
.github/workflows/qa.yml
vendored
|
@ -13,9 +13,6 @@ jobs:
|
||||||
id: check-secrets
|
id: check-secrets
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
|
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
|
||||||
with:
|
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
|
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
|
||||||
|
|
Loading…
Reference in a new issue