As it is rather a documentation file than code
# Don't run this workflow if only files under doc/ have been
# modified.
- "doc/**"
+ - "etc/schema.json"
pull_request:
paths-ignore:
# Don't run this workflow if only files under doc/ have been
# modified.
- "doc/**"
+ - "etc/schema.json"
workflow_dispatch:
inputs:
SU_REPO:
pull_request:
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
branches: [ master ]
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
schedule:
- cron: '18 21 * * 1'
paths:
# Something has to change in doc/ for thos workflow to be run.
- "doc/**"
+ - "etc/schema.json"
pull_request:
workflow_dispatch:
inputs:
- 'master-*'
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
pull_request:
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
push:
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
pull_request:
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
permissions:
contents: read # to fetch code (actions/checkout)
push:
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
pull_request:
paths-ignore:
- "doc/**"
+ - "etc/schema.json"
permissions: read-all