Skip to content

Commit af905bf

Browse files
committed
Merge branch 'release/v0.3.3'
2 parents 70bd45d + 20c02e0 commit af905bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-image-Laravel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ jobs:
129129
storage/logs/
130130
build:
131131
needs: [ laravel-tests ]
132+
## if one of the above jobs does not run, this job should start.
133+
## This job runs when upstream jobs are either successful or skipped, but not if any have failed.
134+
if: ${{ always() && !contains(needs.*.result, 'failure') }}
132135
runs-on: ubuntu-latest
133136
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
134137
permissions:

0 commit comments

Comments
 (0)