diff --git a/.github/workflows/repository-standards.yml b/.github/workflows/repository-standards.yml index 5774232..fbb32e9 100644 --- a/.github/workflows/repository-standards.yml +++ b/.github/workflows/repository-standards.yml @@ -30,14 +30,20 @@ jobs: reuse: name: Licensing uses: SchmiedmayerLab/.github/.github/workflows/reuse.yml@v0.5 + with: + runs_on_labels: ${{ inputs.runs_on_labels }} links: name: Docs uses: SchmiedmayerLab/.github/.github/workflows/markdown-links.yml@v0.5 + with: + runs_on_labels: ${{ inputs.runs_on_labels }} actions: name: Actions uses: SchmiedmayerLab/.github/.github/workflows/actionlint.yml@v0.5 + with: + runs_on_labels: ${{ inputs.runs_on_labels }} surface: name: Surface