Skip to content

Commit

Permalink
Move the BootstrapperApplication out of proc
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Mar 5, 2024
1 parent 2be74cb commit 89dcd0a
Show file tree
Hide file tree
Showing 420 changed files with 24,331 additions and 12,382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

# Do NOT publish logs on `master` branch as they may contain secrets in them.
- name: Save logs
if: github.ref != 'refs/heads/master' && (success() || failure())
if: github.ref != 'refs/heads/master' && always()
uses: actions/upload-artifact@v3
with:
name: logs_${{ github.run_id }}
Expand Down
Loading

0 comments on commit 89dcd0a

Please sign in to comment.