Skip to content

Commit 4ef636c

Browse files
authored
[CI] Fix workflows to run only once in a PR (#83)
1 parent 9077331 commit 4ef636c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cpu_ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Skythought evals
22

3-
on: [push, pull_request_target]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- rc/**
8+
pull_request:
49

510
permissions:
611
checks: write # for status checks to appear

0 commit comments

Comments
 (0)