diff options
| author | selsta <selsta@sent.at> | 2023-09-15 21:35:02 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2023-09-15 21:35:02 +0200 |
| commit | b60a98ae6cf162d79554c153132b2df63ea614dc (patch) | |
| tree | 007e3191ed74fb6ee5b8adbab01d2dc2a48d9a10 /.github | |
| parent | 12a0966eb926310db504b41ced480ca678aaa649 (diff) | |
| download | monzero-gui-b60a98ae6cf162d79554c153132b2df63ea614dc.tar.gz monzero-gui-b60a98ae6cf162d79554c153132b2df63ea614dc.tar.xz monzero-gui-b60a98ae6cf162d79554c153132b2df63ea614dc.zip | |
workflows: run flatpak only in main repo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/flatpak.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 032fcfb0..4897f11e 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -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: |
