From 47e0b186ebb7938bd0e9b8db5e9b446e8e8a4112 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 22 Apr 2026 15:52:43 -0400 Subject: [PATCH] dispatch --- .github/workflows/open-rules-dispatch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/open-rules-dispatch.yml b/.github/workflows/open-rules-dispatch.yml index 9a6779af0..4279f5c2c 100644 --- a/.github/workflows/open-rules-dispatch.yml +++ b/.github/workflows/open-rules-dispatch.yml @@ -1,3 +1,5 @@ +name: Open Rules Submodule Dispatch + on: push: branches: [main] @@ -11,4 +13,4 @@ jobs: - name: Dispatch to cdisc-open-rules run: gh api repos/cdisc-org/cdisc-open-rules/dispatches -f event_type=engine-updated env: - GH_TOKEN: ${{ secrets.OPEN_RULES_PAT }} \ No newline at end of file + GH_TOKEN: ${{ secrets.OPEN_RULES_PAT }}