Skip to content

Diamond tests adjustment #50

Diamond tests adjustment

Diamond tests adjustment #50

name: No important files changed
on:
pull_request_target:
types: [opened]
branches: [main]
paths:
- "exercises/concept/**"
- "exercises/practice/**"
- "!exercises/*/*/.approaches/**"
- "!exercises/*/*/.articles/**"
- "!exercises/*/*/.docs/**"
- "!exercises/*/*/.meta/**"
permissions:
pull-requests: write
jobs:
check:
uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@fix-no-important-files

Check failure on line 20 in .github/workflows/no-important-files-changed.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/no-important-files-changed.yml

Invalid workflow file

error parsing called workflow ".github/workflows/no-important-files-changed.yml" -> "exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@fix-no-important-files" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
repository: ${{ github.event.pull_request.head.repo.owner.login }}/${{ github.event.pull_request.head.repo.name }}
ref: ${{ github.head_ref }}