Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Cog' into Cog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Nov 21, 2023
2 parents b88b000 + 5788e42 commit 5b1e8d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/extra-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
install: |
apt update -y
apt install -yq --no-install-suggests --no-install-recommends build-essential git devscripts uuid-dev libcairo2-dev libpango1.0-dev libgl1-mesa-dev libgl1-mesa-glx libssl-dev libevdev-dev m4 libpulse-dev libasound2-dev libfreetype6-dev libx11-dev libxrender-dev libxrandr-dev libtool automake autoconf libltdl-dev
git config --global --add safe.directory ${{ github.workspace }}
env: | # Copy the entire environment for the docker container
ARCH: ${{ env.ARCH }}
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:

- name: Update artifact in latest-release
uses: ncipollo/release-action@v1
if: github.event_name == 'schedule' || (github.event_name == 'push' && endsWith( github.ref , 'Cog' ))
if: github.event_name == 'schedule' || (github.event.inputs.should-deploy == 'true' && endsWith( github.ref , 'Cog' ))
with:
prerelease: true
allowUpdates: true
Expand Down

0 comments on commit 5b1e8d9

Please sign in to comment.