From 6ce7ee852cd2648b4e6d0490eeeec401c22e4c87 Mon Sep 17 00:00:00 2001 From: Gilad Alboher Date: Tue, 12 Sep 2023 14:52:45 +0300 Subject: [PATCH] test --- .github/workflowes/test-workflow.yml | 20 ------------------- .../dispatch-workflow.yml | 0 2 files changed, 20 deletions(-) delete mode 100644 .github/workflowes/test-workflow.yml rename .github/{workflowes => workflows}/dispatch-workflow.yml (100%) diff --git a/.github/workflowes/test-workflow.yml b/.github/workflowes/test-workflow.yml deleted file mode 100644 index 1e16990..0000000 --- a/.github/workflowes/test-workflow.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Trigger Config Repo Workflow - -on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened, edited] - -jobs: - trigger-repo-config: - runs-on: ubuntu-latest - - steps: - - name: Trigger Repo B Workflow - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.GH_TOKEN }} - repository: ZivAmram/mahat-project-configs - event-type: trigger-ci-testing \ No newline at end of file diff --git a/.github/workflowes/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml similarity index 100% rename from .github/workflowes/dispatch-workflow.yml rename to .github/workflows/dispatch-workflow.yml