1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Don't run validator on pull_requests for now (#49895)

This commit is contained in:
Peter Bengtsson
2024-03-27 11:05:44 -04:00
committed by GitHub
parent a34e95ed96
commit 845275c1fb

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
schedule:
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
pull_request:
# pull_request: # Temporarily commented out. See internal issue 4152
permissions:
contents: read