mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Improve github actions
This commit is contained in:
3
.github/workflows/build-bundles.yml
vendored
3
.github/workflows/build-bundles.yml
vendored
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/build-staging.yml
vendored
2
.github/workflows/build-staging.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user