Skip to content

Commit

Permalink
backbuild should be best effort
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed May 13, 2024
1 parent 3b310d0 commit 072d162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
name: publish
runs-on: ubuntu-latest
needs: build
if: "${{ always() && !cancelled() }}"
steps:
- name: checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
Expand Down

0 comments on commit 072d162

Please sign in to comment.