Skip to content

build: package the build in a flake and test with propogated timing #269

build: package the build in a flake and test with propogated timing

build: package the build in a flake and test with propogated timing #269

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Updates to the changelog
on:
pull_request:
jobs:
happened:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for logged changes
run: git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.sha }} | grep ^CHANGELOG.md$