Skip to content

Commit

Permalink
Merge pull request #1329 from SRetip/wf_fix
Browse files Browse the repository at this point in the history
READY: Workflow fix
  • Loading branch information
Wandalen authored May 13, 2024
2 parents 070a33b + 9e6e05a commit ba0a0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/standard_rust_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ on :
concurrency :

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

env :
Expand Down
3 changes: 1 addition & 2 deletions module/move/willbe/template/workflow/standard_rust_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ on :
concurrency :

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

env :
Expand Down

0 comments on commit ba0a0cd

Please sign in to comment.