Skip to content

Commit 095016e

Browse files
committed
alter CI triggers for testing
1 parent ac8f234 commit 095016e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci_manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
# pull_request:
33

44
# cancel current runs when a new commit is pushed
55
concurrency:

.github/workflows/ci_zig_benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
22
workflow_call:
33
workflow_dispatch:
4+
# temporary for testing
5+
pull_request:
46

57
name: Zig Interpreter Benchmarks
68

0 commit comments

Comments
 (0)