diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml new file mode 100644 index 00000000..b9d0d20b --- /dev/null +++ b/.github/workflows/go.yml @@ -0,0 +1,12 @@ + + name: CI + on: + workflow_dispatch: + inputs: + choice: + type: choice + description: Make a choice + options: + - test + - avc + diff --git a/.github/workflows/ping.yml b/.github/workflows/smoke-tests.yml similarity index 100% rename from .github/workflows/ping.yml rename to .github/workflows/smoke-tests.yml