]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions: add dummy spelling workflow so we can prevent old versions from running
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 29 Nov 2022 12:49:26 +0000 (07:49 -0500)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:32:04 +0000 (14:32 +0100)
.github/workflows/spelling2.yml [new file with mode: 0644]
.github/workflows/spelling3.yml

diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml
new file mode 100644 (file)
index 0000000..055dd17
--- /dev/null
@@ -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
index d9c7575daf01aef470eb79a99b82618542b06eff..0b9c5bea7680df71d15cee3b4b22f97dd8b7688a 100644 (file)
@@ -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: