Skip to content

Commit

Permalink
enable workflow dispatch for CI CPP (pytorch#2964)
Browse files Browse the repository at this point in the history
* enable workflow dispatch

* enable workflow dispatch
  • Loading branch information
agunapal authored and andyi2it committed Mar 1, 2024
1 parent 0b290f4 commit d505940
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cpu-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: CI CPU - CPP Build

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master

concurrency:
group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Expand Down

0 comments on commit d505940

Please sign in to comment.