mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #4217
b60a98a
workflows: run flatpak only in main repo (selsta)
This commit is contained in:
commit
beb336cb93
1 changed files with 3 additions and 0 deletions
3
.github/workflows/flatpak.yml
vendored
3
.github/workflows/flatpak.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
part1:
|
part1:
|
||||||
name: Part 1/3
|
name: Part 1/3
|
||||||
|
if: github.repository == 'monero-project/monero-gui'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-22.08
|
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-22.08
|
||||||
|
@ -49,6 +50,7 @@ jobs:
|
||||||
|
|
||||||
part2:
|
part2:
|
||||||
name: Part 2/3
|
name: Part 2/3
|
||||||
|
if: github.repository == 'monero-project/monero-gui'
|
||||||
needs: part1
|
needs: part1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
@ -98,6 +100,7 @@ jobs:
|
||||||
|
|
||||||
part3:
|
part3:
|
||||||
name: Part 3/3
|
name: Part 3/3
|
||||||
|
if: github.repository == 'monero-project/monero-gui'
|
||||||
needs: [part1, part2]
|
needs: [part1, part2]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in a new issue