From 9c430acdb724b5d6941b7c93ceb5af265a087a27 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Sat, 11 Jan 2025 11:15:48 -0500 Subject: [PATCH] temp: test publish-unstable action --- .github/workflows/publish-unstable.yml | 35 ++++++++++++++++++++------ 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-unstable.yml b/.github/workflows/publish-unstable.yml index db3e555..d67e116 100644 --- a/.github/workflows/publish-unstable.yml +++ b/.github/workflows/publish-unstable.yml @@ -1,9 +1,14 @@ name: Publish to Unstable on: - push: - branches: - - main +################################################# +# TODO +################################################# +# push: +# branches: +# - main + pull_request: +################################################# concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -20,8 +25,14 @@ jobs: uses: regolith-linux/actions/build-matrix@main with: name: "${{ github.event.repository.name }}" - ref: "${{ github.ref }}" - arch: "amd64 arm64" + ################################################# + # TODO + # ref: "${{ github.ref }}" + # arch: "amd64 arm64" + ################################################# + ref: "${{ github.base_ref }}" + arch: "amd64" + ################################################# stage: "unstable" build: @@ -76,11 +87,21 @@ jobs: upload-to-folder: "${{ github.event.repository.name }}" - name: Update Manifest - uses: regolith-linux/actions/update-manifest@main + ################################################# + # TODO + ################################################# + # uses: regolith-linux/actions/update-manifest@main + uses: regolith-linux/actions/update-manifest@test-action-downstream + ################################################# with: name: "${{ github.event.repository.name }}" repo: "${{ github.server_url }}/${{ github.repository }}.git" - ref: "${{ github.ref }}" + ################################################# + # TODO + ################################################# + # ref: "${{ github.ref }}" + ref: "${{ github.base_ref }}" + ################################################# sha: "${{ github.sha }}" distro: "${{ matrix.distro }}" codename: "${{ matrix.codename }}"