Skip to content

Commit

Permalink
moving CPU tests to workflow_dispatch only
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimemcc-intel committed Jun 28, 2024
1 parent 121ad99 commit 12aea64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is hidden (.cpu_cpi_on_pr.yml) to minimize the number of runner minutes consumed.

name: "Pull Request CPU Tests"

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Pull Request

on: [pull_request, workflow_dispatch]
#on: [pull_request, workflow_dispatch]
on: workflow_dispatch

jobs:
pre-commit:
Expand Down

0 comments on commit 12aea64

Please sign in to comment.