Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
Actions: Rename Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Jul 22, 2023
1 parent 3f0d3f5 commit 3189aae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
permissions:
contents: write
jobs:
DeployDocumentation:
run:
name: Build Documentation
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-20.04
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- '*'
jobs:
run:
name: Run Linter
runs-on: ubuntu-20.04
steps:
- name: Wait for tests to succeed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- '*'
jobs:
run:
name: Run Unit Tests
runs-on: ubuntu-20.04
steps:
- name: Wait for tests to succeed
Expand Down

0 comments on commit 3189aae

Please sign in to comment.