Skip to content

Commit

Permalink
fix(config): fixes pipelines (#62)
Browse files Browse the repository at this point in the history
* fix(config): fixes pipelines
  • Loading branch information
csantiago132 authored Oct 20, 2024
1 parent bf68374 commit 7fda046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- main

jobs:
code-quality:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/writerside-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ env:
DOCKER_VERSION: '242.21870' # Specific Docker version

jobs:
build-and-deploy-docs:
writerside-documentation:
runs-on: ubuntu-latest
if: |
github.event_name != 'workflow_call' ||
(github.event_name == 'workflow_call' &&
contains(steps.check_changes.outputs.changed_paths, 'Writerside/'))
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7fda046

Please sign in to comment.