diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9ea390d8e4b..0a6f1cc139c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -481,6 +481,7 @@ jobs: prerelease: true files: "binaries/cabal-*" + prerelease-lts: name: Create a GitHub LTS prerelease with the binary artifacts runs-on: ubuntu-latest @@ -516,6 +517,7 @@ jobs: prerelease: true files: "binaries/cabal-*" + # We use this job as a summary of the workflow # It will fail if any of the previous jobs does # This way we can use it exclusively in branch protection rules