Skip to content

Bump ext/Tracy from 5d542dc to 16ef91c #51

Bump ext/Tracy from 5d542dc to 16ef91c

Bump ext/Tracy from 5d542dc to 16ef91c #51

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- '**.md'
jobs:
bindgen-job:
name: "Bindgen"
uses: "./.github/workflows/bindgen.yml"
build-job:
name: "Build"
needs: [bindgen-job]
uses: "./.github/workflows/build.yml"
commit-job:

Check failure on line 20 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 20, Col: 3): Error calling workflow 'clibequilibrium/Tracy-CSharp/.github/workflows/commit.yml@230c11be00701dd978d6e22661cc5471219ddbf1'. The workflow is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions[...]
name: "Commit"
needs: [bindgen-job, build-job]
if: github.actor == 'dependabot[bot]'
uses: "./.github/workflows/commit.yml"