mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
WORKFLOW: tentative solution for PRs - try#8 [skip ci]
This commit is contained in:
parent
dac75b31b2
commit
de743a3e23
5
.github/workflows/cooker-selfhosted.yml
vendored
5
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -5,17 +5,16 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- cooker*
|
- cooker*
|
||||||
- feat*
|
- feat*
|
||||||
|
- branch/cooker*
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
- 'automation_tools/**'
|
- 'automation_tools/**'
|
||||||
- 'config/**'
|
- 'config/**'
|
||||||
- 'config/es-de/**'
|
|
||||||
- 'functions/**'
|
- 'functions/**'
|
||||||
- 'rd-submodules/**'
|
- 'rd-submodules/**'
|
||||||
- '*.sh'
|
- '*.sh'
|
||||||
- 'net.retrodeck.retrodeck.yml'
|
- 'net.retrodeck.retrodeck.yml'
|
||||||
- 'net.retrodeck.retrodeck.appdata.xml'
|
- 'net.retrodeck.retrodeck.appdata.xml'
|
||||||
pull_request_target:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
# Italy (CET): 11:00 PM
|
# Italy (CET): 11:00 PM
|
||||||
|
@ -53,9 +52,7 @@ jobs:
|
||||||
- name: Clone RetroDECK repo
|
- name: Clone RetroDECK repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
ref: ${{ github.sha }}
|
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: "automation_tools/install_dependencies.sh"
|
run: "automation_tools/install_dependencies.sh"
|
||||||
|
|
Loading…
Reference in a new issue