mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-21 12:44:14 +01:00
workflows: run flatpak only in main repo
This commit is contained in:
parent
12a0966eb9
commit
b60a98ae6c
3
.github/workflows/flatpak.yml
vendored
3
.github/workflows/flatpak.yml
vendored
@ -6,6 +6,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
|
||||
@ -48,6 +49,7 @@ jobs:
|
||||
|
||||
part2:
|
||||
name: Part 2/3
|
||||
if: github.repository == 'monero-project/monero-gui'
|
||||
needs: part1
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
@ -97,6 +99,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