Skip to content

Commit

Permalink
Give AR CI name to the build job
Browse files Browse the repository at this point in the history
This will give the job a more descriptive name in the GH UI instead of the current "build".
  • Loading branch information
ioannakok committed Sep 25, 2023
1 parent 87a6b90 commit e26c558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ar-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "AR CI"
name: AR CI

on:
push:
Expand All @@ -19,6 +19,7 @@ permissions:

jobs:
build:
name: AR CI
runs-on: ubuntu-latest

# Checkout the repository
Expand Down

0 comments on commit e26c558

Please sign in to comment.