Skip to content

Commit

Permalink
rename jobs for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Aug 6, 2024
1 parent 3135950 commit d21def5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Main"
name: "CI"
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-binary-check.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Static binary check"
name: "Static binary"
on:
push:
branches:
- 'main'
pull_request:

jobs:
static-binary-check:
check:
needs: main
runs-on: ${{ matrix.system }}
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
website-build:
build:
if: github.ref == 'refs/heads/main'
# needs: static-binary-check
runs-on: x86_64-linux
Expand All @@ -17,7 +17,7 @@ jobs:
nix build .#doc -o ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
website-deploy:
deploy:
if: github.ref == 'refs/heads/main'
environment:
name: github-pages
Expand Down

0 comments on commit d21def5

Please sign in to comment.