Skip to content

Commit

Permalink
fix: workflow name of tf modules validation
Browse files Browse the repository at this point in the history
  • Loading branch information
using-system committed Mar 5, 2024
1 parent 44668c5 commit 727d747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-modules-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}
cancel-in-progress: false

permissions:
Expand Down

0 comments on commit 727d747

Please sign in to comment.