Skip to content

CI: update cache key to include additional configuration files #71

CI: update cache key to include additional configuration files

CI: update cache key to include additional configuration files #71

Workflow file for this run

name: Haskell Stack CI
on:
push:
branches: ["main", "feature/**", "refactor/**"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
setup:
uses: ./.github/workflows/setup-workflow.yml
cache:
uses: ./.github/workflows/cache-workflow.yml
build:
needs: [setup, cache]
uses: ./.github/workflows/build-workflow.yml
lint_format:
needs: build
uses: ./.github/workflows/lint-format-workflow.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true