Skip to content

Commit

Permalink
Added workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed May 29, 2024
1 parent bd4dd86 commit f7c489a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
ci:
name: Continuous Integration
uses: zen-fs/core/.github/workflows/ci.yaml@main
permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:

jobs:
ci:
name: Continuous Integration
uses: zen-fs/core/.github/workflows/ci.yaml@main
permissions:
contents: read
id-token: write
release:
name: Release
uses: zen-fs/core/.github/workflows/release.yaml@main

0 comments on commit f7c489a

Please sign in to comment.