Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 26, 2024
1 parent 9d9443e commit 8995440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: github.ref == 'refs/heads/release'
permissions: write-all
name: Deploy docs
needs: [build, lint, unit-tests]
needs: [build-and-lint, unit-tests]
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release'
permissions: write-all
name: Release
needs: [build, lint, unit-tests]
needs: [build-and-lint, unit-tests]
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 8995440

Please sign in to comment.