We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bfccb commit d4b0e05Copy full SHA for d4b0e05
.github/workflows/periodic_integration.yml renamed to .github/workflows/integration.yml
@@ -1,10 +1,14 @@
1
-name: Periodic integration tests
+name: Integration
2
3
on:
4
workflow_dispatch:
5
branches: [ main ]
6
schedule:
7
- cron: 0 0 * * SUN
8
+ push:
9
+ branches: [ main ]
10
+ pull_request:
11
+ types: [opened, synchronize]
12
13
jobs:
14
test:
.github/workflows/periodic.yml renamed to .github/workflows/regression.yml
-name: Periodic tests
+name: Regression
0 commit comments