8000 Update pr.yaml · github/CodeSearchNet@d192fee · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit d192fee

Browse files
author
Hamel Husain
authored
Update pr.yaml
adding trigger to test the action
1 parent 83b0994 commit d192fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Benchmark Greeting
22
on:
33
pull_request:
4-
types: [opened]
4+
types: [opened, reopened] #temporarily adding reopened as a cheap way of testing this action
55

66
# split into two jobs so it runs in parallel, even if a little redundant
77
jobs:

0 commit comments

Comments
 (0)
0