Skip to content

Merge pull request #17 from wihobbs/vcpu-test #51

Merge pull request #17 from wihobbs/vcpu-test

Merge pull request #17 from wihobbs/vcpu-test #51

Workflow file for this run

on: [pull_request, push, merge_group]
name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-pr:
name: validate commits
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- run: git fetch origin main
- uses: flux-framework/pr-validator@master