Skip to content

Commit

Permalink
Merge pull request #1396 from SRetip/wf_fix
Browse files Browse the repository at this point in the history
REDY : WF fix
  • Loading branch information
Wandalen authored Jul 1, 2024
2 parents 406fffb + cf2b5df commit b2eb3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standard_rust_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency :

group : standard_rust_push_${{ inputs.module_name }}_${{ github.ref }}_
${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'merge' ) }}
cancel-in-progress : true
cancel-in-progress : ${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'merge' ) }}

env :

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency :

group : standard_rust_push_${{ inputs.module_name }}_${{ github.ref }}_
${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'merge' ) }}
cancel-in-progress : true
cancel-in-progress : ${{ contains( inputs.commit_message, '+test' ) || startsWith( inputs.commit_message, 'merge' ) }}

env :

Expand Down

0 comments on commit b2eb3c5

Please sign in to comment.