Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
w35l3y committed Jun 15, 2024
1 parent 3eef378 commit 1766506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-publish-driver.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: call-publish-driver
run-name: Deploy of ${{ inputs.driver }} (${{ inputs.version }}) to ${{ inputs.environment }} by @${{ github.actor }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}/${{ github.ref }}/${{ inputs.environment }}/${{ inputs.driver }}/${{ inputs.version }}
cancel-in-progress: true
on:
workflow_call:
Expand Down

0 comments on commit 1766506

Please sign in to comment.