]> git.ipfire.org Git - thirdparty/pdns.git/blame - .github/workflows/spelling2.yml
Merge pull request #11431 from jroessler-ox/docs-kskzskroll-update
[thirdparty/pdns.git] / .github / workflows / spelling2.yml
CommitLineData
c9dda142
JS
1# spelling2.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq
2name: Workflow should not run!
3on:
4 push:
5 branches: ''
6
7jobs:
8 placeholder:
9 name: Should be disabled
10 runs-on: ubuntu-latest
11 if: false
12 steps:
13 - name: Task
14 run: |
15 echo 'Running this task would be bad'
16 exit 1