Skip to content

Commit

Permalink
fix: nightly naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Randoooom committed Mar 17, 2024
1 parent 2df74ef commit 01a165f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous integration
name: Nightly

on:
workflow_dispatch:
Expand Down Expand Up @@ -119,6 +119,7 @@ jobs:
args: docs_lint

build-docs:
needs: [ docs-lint ]
name: build docs
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -167,7 +168,7 @@ jobs:
if-no-files-found: error

deploy-docs:
needs: [build-docs]
needs: [ build-docs, test ]
runs-on: ubuntu-latest
permissions:
pages: write
Expand Down

0 comments on commit 01a165f

Please sign in to comment.