mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Merge pull request #4217
b60a98a
workflows: run flatpak only in main repo (selsta)
This commit is contained in:
commit
beb336cb93
3
.github/workflows/flatpak.yml
vendored
3
.github/workflows/flatpak.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
part1:
|
||||
name: Part 1/3
|
||||
if: github.repository == 'monero-project/monero-gui'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-22.08
|
||||
@ -49,6 +50,7 @@ jobs:
|
||||
|
||||
part2:
|
||||
name: Part 2/3
|
||||
if: github.repository == 'monero-project/monero-gui'
|
||||
needs: part1
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
@ -98,6 +100,7 @@ jobs:
|
||||
|
||||
part3:
|
||||
name: Part 3/3
|
||||
if: github.repository == 'monero-project/monero-gui'
|
||||
needs: [part1, part2]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user