diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e5308738..b73557b28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,16 +22,6 @@ jobs: - uses: actions/checkout@v4 name: Checkout repository - # If success - if: ${{ success() }} - - run: echo "Job succeeded" - shell: bash - - # If failed - if: ${{ !success() }} - - run: echo "Job failed" - shell: bash - # This job calls the build pipeline from local workflows directory my_second_job: name: "Call build workflow"