From 262f7d2a89055af240190478a29dcbf2347de954 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Thu, 28 Dec 2023 13:38:47 +0200 Subject: [PATCH] remove OpenCL-test repo dep --- .github/workflows/on commit.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/on commit.yaml b/.github/workflows/on commit.yaml index 8b0650a1..9e8a8356 100644 --- a/.github/workflows/on commit.yaml +++ b/.github/workflows/on commit.yaml @@ -161,21 +161,4 @@ jobs: else echo "No changes detected" fi - - Trigger-dependant-rep-actions: - runs-on: ubuntu-latest - needs: [pack-win, pack-ubuntu] - - steps: - - uses: actions/github-script@main - with: - github-token: ${{ secrets.PAT_TOKEN }} - script: | - - await github.rest.actions.createWorkflowDispatch({ - owner: 'SunSerega', - repo: 'OpenCL-test', - workflow_id: 'on commit.yaml', - ref: 'main', - }); - \ No newline at end of file + \ No newline at end of file