Skip to content

restrict github faux workflows to only running on files explicitly li… #17

restrict github faux workflows to only running on files explicitly li…

restrict github faux workflows to only running on files explicitly li… #17

name: faux-crucible-ci

Check failure on line 1 in .github/workflows/faux-crucible-ci.yaml

View workflow run for this annotation

GitHub Actions / faux-crucible-ci

Invalid workflow file

The workflow is not valid. .github/workflows/faux-crucible-ci.yaml: Unexpected tag '!**'
on:
pull_request:
branches: [ master ]
paths:
- !** # ignore all files other than the ones listed below
- LICENSE
- '**.md'
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
- engine/engine-script-library.py
- engine/engine-script.py
jobs:
call-core-crucible-ci:
uses: perftool-incubator/crucible-ci/.github/workflows/faux-core-crucible-ci.yaml@main