Skip to content

Commit d4b0e05

Browse files
authored
Update workflows (#73)
1 parent 27bfccb commit d4b0e05

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/periodic_integration.yml renamed to .github/workflows/integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Periodic integration tests
1+
name: Integration
22

33
on:
44
workflow_dispatch:
55
branches: [ main ]
66
schedule:
77
- cron: 0 0 * * SUN
8+
push:
9+
branches: [ main ]
10+
pull_request:
11+
types: [opened, synchronize]
812

913
jobs:
1014
test:

.github/workflows/periodic.yml renamed to .github/workflows/regression.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Periodic tests
1+
name: Regression
22

33
on:
44
workflow_dispatch:
55
branches: [ main ]
66
schedule:
77
- cron: 0 0 * * SUN
8+
push:
9+
branches: [ main ]
10+
pull_request:
11+
types: [opened, synchronize]
812

913
jobs:
1014
test:

0 commit comments

Comments
 (0)