Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No fail fast for release #1258

Merged
merged 5 commits into from
May 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: don't fail fast when creating release PR
  • Loading branch information
breezewish committed Mar 31, 2022
commit 995e36810f66994cda627c5303bae0972b9a4516
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ jobs:
runs-on: ubuntu-latest
needs: release
strategy:
fail-fast: false
matrix:
branch: [master, release-5.3, release-5.4]
branch: [master, release-6.0]
steps:
- name: Check out PD code base
uses: actions/checkout@master
Expand Down