Skip to content

Commit

Permalink
Add bash and fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Apr 29, 2024
1 parent 846acdd commit 26cf661
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,18 @@ jobs:

branch-history:
name: Check branch history

runs-on: ubuntu-latest

if: ${{ github.base_ref != '' }}

defaults:
run:
shell: bash

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
- name: Ensure the branch doesn't contain any merges
Expand Down

0 comments on commit 26cf661

Please sign in to comment.