Skip to content

Commit 621b9bf

Browse files
committed
fix
1 parent d2f7ae0 commit 621b9bf

3 files changed

Lines changed: 4523 additions & 4227 deletions

File tree

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
baseline-diag:
3737
runs-on: ubuntu-latest
3838
needs: [baseline]
39-
if: ${{ needs.baseline.result != 'skipped' }}
39+
if: success()
4040
steps:
4141
- uses: actions/checkout@v4
4242

0 commit comments

Comments
 (0)