Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 23, 2024
1 parent ae0b802 commit ef0060c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-genesis-transactions-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- run: |
source .venv/bin/activate
poetry run python scripts/validate-pr.py
poetry run python scripts/validate-merge.py
main:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- run: |
source .venv/bin/activate
poetry run python scripts/merge-pr.py
poetry run python scripts/rebuild.py
- uses: stefanzweifel/git-auto-commit-action@v5

can_enqueue:
Expand Down

0 comments on commit ef0060c

Please sign in to comment.