📎 Improve github actions

This commit is contained in:
Yamila Moreno
2025-08-18 15:28:08 +02:00
parent 6af8940a46
commit 59f2ee87e6
2 changed files with 1 additions and 4 deletions

View File

@@ -32,9 +32,6 @@ jobs:
echo "commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "gh_branch=${{ inputs.gh_ref }}" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx for multi-arch build
uses: docker/setup-buildx-action@v3
- name: Run manage.sh build-bundle from host
run: ./manage.sh build-bundle

View File

@@ -2,7 +2,7 @@ name: Build and Upload Penpot STAGING Bundles
on:
schedule:
- cron: '0 5 * * 1-5'
- cron: '36 5-20 * * 1-5'
jobs:
build-staging-bundle: