diff --git a/.github/workflows/sourcehutbuild.yml b/.github/workflows/sourcehutbuild.yml index a994f50bb..542eedbca 100644 --- a/.github/workflows/sourcehutbuild.yml +++ b/.github/workflows/sourcehutbuild.yml @@ -1,6 +1,7 @@ name: Sourcehut Build -on: [push, pull_request] +# Skip pull requests as secrets are not available there. +on: push jobs: test: