Only run on schedule, not merges (#3260)
#### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change - [ ] 🌻 Feature - [x] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [x] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup
This commit is contained in:
parent
619bcd6eb8
commit
4c653f5a41
4
.github/workflows/nightly_test.yml
vendored
4
.github/workflows/nightly_test.yml
vendored
@ -6,10 +6,6 @@ on:
|
|||||||
# Run every day at 0 minutes and 0 hours (midnight GMT)
|
# Run every day at 0 minutes and 0 hours (midnight GMT)
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
tags: ["v*.*.*"]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
# required to retrieve AWS credentials
|
# required to retrieve AWS credentials
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user