Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Nov 1, 2023
1 parent 4ab1e4c commit f86d959
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
- name: Run pre-commit hooks
run: pre-commit run --all-files

qa_success:
needs: [test, lint]
runs-on: ubuntu-latest
steps:
- name: Success
run: echo "Success!"
# qa_success:
# needs: [test, lint]
# runs-on: ubuntu-latest
# steps:
# - name: Success
# run: echo "Success!"

publish:
needs: [success]
Expand Down

0 comments on commit f86d959

Please sign in to comment.