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