diff --git a/.github/workflows/revoke-cert.yml b/.github/workflows/revoke-cert.yml index 4412de1..7868d7f 100644 --- a/.github/workflows/revoke-cert.yml +++ b/.github/workflows/revoke-cert.yml @@ -2,11 +2,6 @@ name: Revoke Certificate # Controls when the action will run. on: - # Run after the cert has been created - workflow_run: - workflows: ["Issue Certificate"] - types: ["completed"] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: