From ebe785d792706337d2b181ef15b16316d18a90fa Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Fri, 6 Sep 2024 13:03:55 +0100 Subject: [PATCH] CI: support workflow dispatch (#73) It is often nice to be able to run tests manually without code changes. --- .../{npm-publish-github-packages.yml => test-appsync-utils.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{npm-publish-github-packages.yml => test-appsync-utils.yml} (99%) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/test-appsync-utils.yml similarity index 99% rename from .github/workflows/npm-publish-github-packages.yml rename to .github/workflows/test-appsync-utils.yml index 8a7d301..ce71ff3 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/test-appsync-utils.yml @@ -8,6 +8,7 @@ on: pull_request: branches: - main + workflow_dispatch: env: LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}