mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 01:37:25 -04:00
workflows: run flatpak only in main repo
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user