Skip to content

Commit

Permalink
refactor(GA): update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
eum3l committed Aug 17, 2024
1 parent 20f2e81 commit 785c815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- flake.lock

jobs:
run:
cachix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- push

jobs:
run:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- options/default.nix

jobs:
build:
options:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,4 +24,5 @@ jobs:
with:
add: 'OPTIONS.md'
message: 'docs: update OPTIONS.md'
commit-committer: 'github-actions'
push: true

0 comments on commit 785c815

Please sign in to comment.