From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:49:26 +0000 (-0500) Subject: gh actions: add dummy spelling workflow so we can prevent old versions from running X-Git-Tag: dnsdist-1.8.0-rc3~10^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9dda14294f6597dd9177e7489eb84fa1cd9cec0;p=thirdparty%2Fpdns.git gh actions: add dummy spelling workflow so we can prevent old versions from running --- diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml new file mode 100644 index 0000000000..055dd17304 --- /dev/null +++ b/.github/workflows/spelling2.yml @@ -0,0 +1,16 @@ +# spelling2.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq +name: Workflow should not run! +on: + push: + branches: '' + +jobs: + placeholder: + name: Should be disabled + runs-on: ubuntu-latest + if: false + steps: + - name: Task + run: | + echo 'Running this task would be bad' + exit 1 diff --git a/.github/workflows/spelling3.yml b/.github/workflows/spelling3.yml index d9c7575daf..0b9c5bea76 100644 --- a/.github/workflows/spelling3.yml +++ b/.github/workflows/spelling3.yml @@ -1,4 +1,5 @@ # spelling.yml is blocked per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p +# spelling2.yml is blocked per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq name: Spell checking # Comment management is handled through a secondary job, for details see: