Skip to content

Commit

Permalink
[gha] Schedule daily run for ff-matrix, and opt out the run at each c…
Browse files Browse the repository at this point in the history
…ommit

We need to solve the pupeeter hanging issue before we can enable this.
  • Loading branch information
cderv committed Jun 4, 2024
1 parent aae1bf6 commit b34b24d
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/test-ff-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
name: Feature-Format Tests
on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- "news/**"
- "src/resources/language/**"
pull_request:
branches: [main]
paths-ignore:
- "src/resources/language/**"
schedule:
# run daily at 1am UTC
- cron: "0 1 * * *"
# Deactivating run on commits for now
## push:
## branches: [main]
## paths-ignore:
## - "news/**"
## - "src/resources/language/**"
## pull_request:
## branches: [main]
## paths-ignore:
## - "src/resources/language/**"

concurrency:
# Use github.run_id on main branch
Expand Down

0 comments on commit b34b24d

Please sign in to comment.