Skip to content

chore(release): v6.2.4 #157

chore(release): v6.2.4

chore(release): v6.2.4 #157

Workflow file for this run

name: ssdb PR
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
relicensing:
name: Relicensing checks
runs-on: depot-ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- name: Run Phase 1 checks
run: nix develop .#portable -c make phase1-check
- name: Show relicensing status
run: nix develop .#portable -c make relicensing-status