Skip to content

Commit

Permalink
Change workflow and job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 14, 2024
1 parent d978a30 commit 788f07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build/Test CI
name: Test

on: [push, pull_request]

jobs:
build-and-test:
test:
if:
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
github.repository
Expand Down

0 comments on commit 788f07a

Please sign in to comment.