Skip to content

Commit

Permalink
Merge pull request #4217
Browse files Browse the repository at this point in the history
b60a98a workflows: run flatpak only in main repo (selsta)
  • Loading branch information
luigi1111 committed Sep 30, 2023
2 parents 90cbe37 + b60a98a commit beb336c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:

part2:
name: Part 2/3
if: github.repository == 'monero-project/monero-gui'
needs: part1
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit beb336c

Please sign in to comment.