We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae1bf6 commit b34b24dCopy full SHA for b34b24d
1 file changed
.github/workflows/test-ff-matrix.yml
@@ -2,15 +2,19 @@
2
name: Feature-Format Tests
3
on:
4
workflow_dispatch:
5
- push:
6
- branches: [main]
7
- paths-ignore:
8
- - "news/**"
9
- - "src/resources/language/**"
10
- pull_request:
11
12
13
+ schedule:
+ # run daily at 1am UTC
+ - cron: "0 1 * * *"
+ # Deactivating run on commits for now
+ ## push:
+ ## branches: [main]
+ ## paths-ignore:
+ ## - "news/**"
+ ## - "src/resources/language/**"
14
+ ## pull_request:
15
16
17
18
19
concurrency:
20
# Use github.run_id on main branch
0 commit comments