Skip to content

Commit

Permalink
chore: Adjust workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
ittuann committed Sep 6, 2024
1 parent 5097c87 commit 99ebf8e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --with dev --no-root --no-interaction

- name: Run Script
run: poetry run python -m scripts.main --is_in_gha=true

- name: Lint
run: make lint

- name: per-commit hooks
run: make pre-commit

- name: Run Script
run: poetry run python -m scripts.main --is_in_gha=true

- name: Auto Commit
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 99ebf8e

Please sign in to comment.