Skip to content

Commit

Permalink
remove OpenCL-test repo dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Dec 28, 2023
1 parent 4724bcc commit 262f7d2
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});

0 comments on commit 262f7d2

Please sign in to comment.