mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-12-17 04:24:19 +01: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:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user