Skip to content

Commit

Permalink
Comment out if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Dec 28, 2023
1 parent 13f4681 commit bfcf7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
if_merged:
if: github.event.pull_request.merged == true
#if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout develop
Expand Down

0 comments on commit bfcf7e4

Please sign in to comment.