Skip to content

Commit

Permalink
Rename AR CI GH workflow to AR Build and give 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 instead of the current "build".
  • Loading branch information
ioannakok committed Sep 25, 2023
1 parent 87a6b90 commit e4dd81d
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 Build

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

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

# Checkout the repository
Expand Down

0 comments on commit e4dd81d

Please sign in to comment.