Skip to content

Commit

Permalink
Merge pull request #226 from koplo199/bottlesdevs-pr
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
mirkobrombin authored Mar 26, 2023
2 parents 9f90334 + 69a2bed commit 99e3f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ jobs:
done
finish:
needs: pull
needs: [prepare, pull]
if: always() && needs.prepare.result == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 99e3f51

Please sign in to comment.