Skip to content

Commit 1b7cbc0

Browse files
committed
Update build.yml
1 parent 64c000e commit 1b7cbc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build and Test
22

33
on:
44
pull_request_target:
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- run: true
2222

23-
build-and-test:
23+
run:
2424
needs: authorize # Require approval before running on forked pull requests
2525

26-
name: Build and Test
26+
name: Run
2727
runs-on: ubuntu-latest
2828

2929
env:

0 commit comments

Comments
 (0)