From 277405e374c481752fcd3bafa793990910715f0c Mon Sep 17 00:00:00 2001 From: KNarendra99599 <82750843+KNarendra99599@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:11:11 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af14b36e..d3542248 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,8 @@ jobs: echo The PR was merged # Print a message if the pull request was merged Testing: - if: false # This condition effectively skips the job -# needs: If_merged +# if: false # This condition effectively skips the job + needs: If_merged runs-on: ubuntu-latest steps: - name: code checkout