Skip to content

Commit

Permalink
Merge pull request #10499 from haskell/lts-prel-3
Browse files Browse the repository at this point in the history
Debug LTS prereleases, take 3
  • Loading branch information
mergify[bot] authored Oct 31, 2024
2 parents e32d0d8 + 6bb1180 commit 90c6c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ jobs:
prerelease-head:
name: Create a GitHub prerelease with the binary artifacts
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: "always() && github.ref == 'refs/heads/master'"
permissions:
contents: write

Expand All @@ -468,7 +468,7 @@ jobs:
name: Create a GitHub LTS prerelease with the binary artifacts
runs-on: ubuntu-latest
# The LTS branch is hardcoded for now, update it on a new LTS!
#if: github.ref == 'refs/heads/3.12'
if: "always() && contains(github.ref, '3.12')"
permissions:
contents: write

Expand Down

0 comments on commit 90c6c21

Please sign in to comment.