Skip to content

Commit

Permalink
feat(qualification): adding artifacts (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: sa-github-api <138766536+sa-github-api@users.noreply.github.com>
  • Loading branch information
NikolaMilosa and sa-github-api authored Aug 12, 2024
1 parent a3b2a5c commit 13fd109
Show file tree
Hide file tree
Showing 22 changed files with 3,388 additions and 482 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/qualify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
description: "The version that should be qualified"
type: string
default: ""

# Run one qualification per commit.
# This means we can have multiple qualifications of different versions
# in parallel but only one qualification of each commit
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.inputs.version || github.ref }}
cancel-in-progress: true

jobs:
Expand Down
Loading

0 comments on commit 13fd109

Please sign in to comment.