Do not run actions on pull requests

It's a security minefield.  Thanks to caching of the build environment,
not even read-only actions are safe.
This commit is contained in:
Andrew Ayer 2025-06-23 23:20:54 -04:00
parent aecfa745ca
commit b649b399e4

View File

@ -2,7 +2,6 @@ name: Test and lint Go Code
on: on:
push: push:
pull_request:
schedule: schedule:
- cron: '42 9 * * *' # Runs daily at 09:42 UTC - cron: '42 9 * * *' # Runs daily at 09:42 UTC
workflow_dispatch: # Allows manual triggering workflow_dispatch: # Allows manual triggering