Skip to content

Commit

Permalink
modifying maven push to not skip checks on pull_request (#1684)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRehman <[email protected]>
  • Loading branch information
burhan94 and AbdulR3hman authored Jan 5, 2024
1 parent 41166bb commit a7038fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
cancel_others: 'true'
concurrent_skipping: 'same_content_newer'
do_not_skip: '["workflow_dispatch", "schedule", "merge_group", "pull_request"]'

build:
needs: pre_job
Expand Down

0 comments on commit a7038fb

Please sign in to comment.