Skip to content

Commit

Permalink
ci: move strategy from matrix to job (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Jul 22, 2024
1 parent b2bc8a9 commit f52da7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
if: ${{ inputs.run }}
runs-on: ${{ inputs.runs-on }}
timeout-minutes: ${{ inputs.timeout-minutes }}
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f52da7c

Please sign in to comment.