Merge pull request #4217

b60a98a workflows: run flatpak only in main repo (selsta)
This commit is contained in:
luigi1111
2023-09-30 18:23:54 -04:00

View File

@@ -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: