Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
armandfardeau committed Apr 4, 2023
1 parent ce33b49 commit da97393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cd.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Run linter
run: mdl -r ~MD033,~MD007,~MD013,~MD022,~MD036,~MD029,~MD022,~MD002,~MD032,~MD047 content/**/*.md
bump_version:
needs: [ lint ]
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
Expand All @@ -26,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
deploy:
needs: [ lint, bump_version ]
needs: [ bump_version ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit da97393

Please sign in to comment.