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

Commit

Permalink
chore: don't run attestations on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 2, 2024
1 parent 3bc1753 commit cd24587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- run: poetry install --only=main,nuitka --sync --no-root --extras=non-termux --no-interaction
- run: poetry run --no-interaction python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads nitro_generator_checker
- run: mv config.toml nitro_generator_checker.dist/
- uses: actions/attest-build-provenance@v1
- if: ${{ github.event_name != 'pull_request' }}
uses: actions/attest-build-provenance@v1
with:
subject-path: nitro_generator_checker.dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cd24587

Please sign in to comment.