Skip to content

DCO

DCO #3

Workflow file for this run

name: DCO
on:
merge_group:
jobs:
DCO:
runs-on: ubuntu-latest
#if: ${{ github.actor == 'github-merge-queue[bot]' }}
steps:
- run: echo "dummy DCO (invoked by '${{ github.actor }}') workflow (it won't run any check actually) to trigger by merge_group in order to enable merge queue"
run: echo '${{ toJSON(github) }}'

Check failure on line 11 in .github/workflows/dco.yaml

View workflow run for this annotation

GitHub Actions / DCO

Invalid workflow file

The workflow is not valid. .github/workflows/dco.yaml (Line: 11, Col: 9): 'run' is already defined
- run: false