Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Skip CI for commits made in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Feb 20, 2022
1 parent 31473a7 commit 6a8fe7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
continue-on-error: true
run: |
poetry run black .
git commit -am "Applied Black code style :pencil2:" || true
git commit -am "Applied Black code style :pencil2: [skip ci]" || true
- name: Update poetry
if: ${{ matrix.python-version == '3.10' }}
continue-on-error: true
run: |
poetry update
git commit -am "Update poetry.lock :chart_with_upwards_trend:" || true
git commit -am "Update poetry.lock :chart_with_upwards_trend: [skip ci]" || true
- name: Push changes
if: ${{ matrix.python-version == '3.10' }}
Expand Down

0 comments on commit 6a8fe7d

Please sign in to comment.