Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Bump ext/flecs from 70f70c0 to d24a9e1 #242

Bump ext/flecs from 70f70c0 to d24a9e1

Bump ext/flecs from 70f70c0 to d24a9e1 #242

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- '**.md'
jobs:
bindgen-job:
uses: "./.github/workflows/bindgen.yml"
build-job:
needs: [bindgen-job]
if: always()
uses: "./.github/workflows/build.yml"
commit-job:
needs: [bindgen-job, build-job]
if: github.actor == 'dependabot[bot]'
uses: "./.github/workflows/commit.yml"

Check failure on line 22 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 22, Col: 11): Error from called workflow flecs-hub/flecs-cs/.github/workflows/commit.yml@9b27c480b0054f238de906ffd122400f6a719b79 (Line: 29, Col: 13): The identifier 'download' may not be used more than once within the same scope.