Skip to content

Commit

Permalink
Added skip_matrix_jobs option to create-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored Aug 21, 2024
1 parent c8758fd commit 4c0d774
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
description: CPack options for RPM generator
type: string
required: false
skip_matrix_jobs:
description: list of matrix jobs to skip
type: string
required: false
secrets:
url_debian_11:
description: Use other than the default url for Debian 11.
Expand Down Expand Up @@ -92,6 +96,7 @@ jobs:
${{ inputs.cpack_options_rpm }}
upload_token: NEXUS_TEST_REPO_UPLOAD_TOKEN
upload_url: NEXUS_TEST_REPO_URL_ROCKY_8
exclude: ${{ inputs.skip_matrix_jobs }}
runs-on: ${{ matrix.labels }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4c0d774

Please sign in to comment.