From a138cdbb0534dac97bf940d16ee58b2bdb66b76a Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 9 Nov 2025 07:53:35 -0800 Subject: [PATCH] Delete run-openssl-thrice.yml --- .github/workflows/run-openssl-thrice.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/run-openssl-thrice.yml diff --git a/.github/workflows/run-openssl-thrice.yml b/.github/workflows/run-openssl-thrice.yml deleted file mode 100644 index 6110126..0000000 --- a/.github/workflows/run-openssl-thrice.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Run OpenSSL Thrice -on: - workflow_dispatch: -jobs: - run-command: - runs-on: ubuntu-latest - steps:g - - name: Run openssl rand -hex 32 (1/3) - run: openssl rand -hex 32 - - name: Run openssl rand -hex 32 (2/3) - run: openssl rand -hex 32 - - name: Run openssl rand -hex 32 (3/3) - run: openssl rand -hex 32