Skip to content

Commit

Permalink
ci: renamed doc as docs, disabled docs and test
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed May 26, 2024
1 parent a9a25b1 commit 4b037ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'doc'
name: 'docs'

on:
push:
branches:
- main

jobs:
.jobs:
linux:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
schedule: # Run once a week to ensure tests pass with updated dependencies
- cron: '0 0 * * 6'

jobs:
.jobs:
test:
strategy:
matrix:
Expand Down

0 comments on commit 4b037ae

Please sign in to comment.