Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Oct 19, 2023
1 parent ded47b2 commit de56c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Build

# Prevent pull requests trigger duplicate checks for both [push] and [pull_request]
# @see https://github.com/orgs/community/discussions/26940
Expand All @@ -18,7 +18,7 @@ permissions:
contents: read

jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down

0 comments on commit de56c6e

Please sign in to comment.