Skip to content

Commit

Permalink
Test manual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent 9f3bca2 commit 22cb993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/manual-test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: |
project_name="${{ inputs.project }}"
project_name="${project_name//\//-}"
github_sha="${{ github.sha }}"
github_sha="${github_sha:0:7}"
artifact_name="build-${project_name}-${{ inputs.platform }}-${{ inputs.commit }}"
echo "artifact_name=${artifact_name}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.setup.outputs.matrix_all_projects) }}
include: ${{ fromJson(needs.setup.outputs.matrix_modified_projects) }}
uses: ./.github/workflows/manual-test-self-hosted.yml
with:
project: ${{ matrix.project }}
Expand Down

0 comments on commit 22cb993

Please sign in to comment.