Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 28, 2023
1 parent 9da2a10 commit 8cef175
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
jobs:
prepare-linux:
# TODO: only run if this is neither main nor a tag
if: ${{ !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -23,7 +23,6 @@ jobs:
outputs:
container_image: ${{ env.inner_container_image }}
build-linux:
# TODO: only run if this is neither main nor a tag
needs: prepare-linux
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -66,8 +65,8 @@ jobs:
matrix:
os: [debian11, debian12, ubuntu2004, ubuntu2204, ubuntu2304, fedora38, fedora37, fedora36]
steps:
# TODO: only if ref is not tag
- uses: actions/download-artifact@v3
if: ${{ needs.build-linux.result == 'success' }}
with:
name: linux-build
path: ~/.cache/mullvad-test/packages
Expand Down

0 comments on commit 8cef175

Please sign in to comment.