mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Remove error checking
This commit is contained in:
parent
8f1291a613
commit
99dc1a8255
1 changed files with 0 additions and 10 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue