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 }}