Skip to content

Commit 13a4bdc

Browse files
update: update condition in yml
1 parent 40e023e commit 13a4bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/all-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283

284284
# Backup Database
285285
- name: Backup Database
286-
if: steps.db-port.outcome == 'success'
286+
if: always()
287287
run: |
288288
cd tests/pw
289289
npm run wp-env run tests-cli wp db export wp-data/db.sql

0 commit comments

Comments
 (0)