diff --git a/.github/workflows/test-aiml.yaml b/.github/workflows/test-aiml.yaml new file mode 100644 index 000000000..6d61f892b --- /dev/null +++ b/.github/workflows/test-aiml.yaml @@ -0,0 +1,17 @@ +name: Test - AIML + +on: + workflow_dispatch: + schedule: + - cron: '0 7 * * 3' + +permissions: + id-token: write + contents: read + +jobs: + test-module: + uses: ./.github/workflows/module-test.yaml + with: + module: aiml + secrets: inherit