mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
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:
parent
aecfa745ca
commit
b649b399e4
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -2,7 +2,6 @@ name: Test and lint Go Code
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '42 9 * * *' # Runs daily at 09:42 UTC
|
||||
workflow_dispatch: # Allows manual triggering
|
||||
|
Loading…
x
Reference in New Issue
Block a user