Browse Source

CLDC-4236: remove workflow dispatch from prod pipeline

pull/3226/head
Nat Dean-Lewis 1 week ago
parent
commit
64aa60b124
  1. 1
      .github/workflows/production_pipeline.yml

1
.github/workflows/production_pipeline.yml

@ -3,7 +3,6 @@ name: Production CI/CD Pipeline
on: on:
release: release:
types: [released] types: [released]
workflow_dispatch:
defaults: defaults:
run: run:

Loading…
Cancel
Save