diff --git a/.github/workflows/ares-once.yml b/.github/workflows/ares-once.yml new file mode 100644 index 0000000..eb64018 --- /dev/null +++ b/.github/workflows/ares-once.yml @@ -0,0 +1,8 @@ +name: 'Ares: On Demand' + +on: + workflow_dispatch + +jobs: + urbit: + uses: ./.github/workflows/ares-shared.yml