Skip to content

Update external workflows #1296

Update external workflows

Update external workflows #1296

Workflow file for this run

---
name: Labels
"on":
push:
branches:
- main
# XXX Concurrency detection sucks and jobs gets killed randonmly.
# concurrency:
# # Group workflow jobs so new commits cancels in-progress execution triggered by previous commits.
# # Source: https://mail.python.org/archives/list/pypa-committers@python.org/thread/PCBCQMJF64JGRBOX7E2EE4YLKHT4DI55/
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
# cancel-in-progress: true
jobs:
labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v2.20.9

Check failure on line 18 in .github/workflows/labels.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/labels.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/labels.yaml" -> "kdeldycke/workflows/.github/workflows/labels.yaml@v2.20.9" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit