summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-28 10:42:47 -0600
committerBe <be@mixxx.org>2020-12-28 10:42:47 -0600
commiteb4680ed86ed9c183b14c64a5708aef72c6465cb (patch)
tree7e34c1587330aaff1703a1a6a6f808432772acd4 /.github/workflows
parent36088d915c4e00bdec589cf7e271ab39a1a4da36 (diff)
GH Actions: skip PPA build for Ubuntu 18.04
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9593c6a4ed..8b96fa8a77 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -264,7 +264,8 @@ jobs:
RRYAN_AT_MIXXX_DOT_ORG_GPG_PRIVATE_KEY: ${{ secrets.RRYAN_AT_MIXXX_DOT_ORG_GPG_PRIVATE_KEY }}
- name: "Package for PPA"
- if: startsWith(matrix.os, 'ubuntu')
+ # No need to do the PPA build for both Ubuntu versions
+ if: matrix.os == ubuntu-20.04
run: |
if [[ "${{ github.ref }}" == "refs/heads/2.3" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then
CPACK_ARGS="-D DEB_UPLOAD_PPA=ppa:mixxx/mixxxbetas"