Skip to content

Commit

Permalink
🎨 style: rename some workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Sep 16, 2024
1 parent e885191 commit 51b3e1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-docs
name: docs

on:
workflow_call:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml

build-docs:
uses: ./.github/workflows/build-docs.yml
docs:
uses: ./.github/workflows/docs.yml
secrets: inherit
permissions:
contents: read
pages: write
id-token: write

build-wheels:
uses: ./.github/workflows/build-wheels.yml
wheels:
uses: ./.github/workflows/wheels.yml
secrets: inherit
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: ./.github/workflows/run-tests.yml

build-docs:
uses: ./.github/workflows/build-docs.yml
uses: ./.github/workflows/docs.yml

build-wheels:
uses: ./.github/workflows/build-wheels.yml
uses: ./.github/workflows/wheels.yml

codeql:
uses: ./.github/workflows/codeql.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-wheels
name: wheels

on:
workflow_call:
Expand Down

0 comments on commit 51b3e1e

Please sign in to comment.