diff --git a/.github/workflows/rpowell-temp.yml b/.github/workflows/rpowell-temp.yml new file mode 100644 index 0000000000..12706996d9 --- /dev/null +++ b/.github/workflows/rpowell-temp.yml @@ -0,0 +1,9 @@ +name: Docker Image CI + +on: + workflow_dispatch: + +jobs: + call-qa-deploy: + uses: budibase/budibase-deploys/.github/workflows/deploy-budicloud-qa.yml@main +