Remove error checking

This commit is contained in:
Mdumisi Kelvin Letsie 2024-03-06 14:04:34 +02:00
parent 8f1291a613
commit 99dc1a8255

View file

@ -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"