Skip to content

Commit

Permalink
enable CI on the 2.0.0 branch (#5474)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Mar 20, 2024
1 parent 5d0ce63 commit c11fa85
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Unit Tests

on:
push:
branches: [ master ]
branches: [ master, 2.0.0 ]
pull_request:
branches: [ master ]
branches: [ master, 2.0.0 ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 1 * * 1,3,5'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/2-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: System Tests

on:
push:
branches: [ master ]
branches: [ master, 2.0.0 ]
pull_request:
branches: [ master ]
branches: [ master, 2.0.0 ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 2 * * 1,3,5'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/3-multi-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: MultiRuntime Tests

on:
push:
branches: [ master ]
branches: [ master, 2.0.0 ]
pull_request:
branches: [ master ]
branches: [ master, 2.0.0 ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 3 * * 1,3,5'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/4-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Standalone Tests

on:
push:
branches: [ master ]
branches: [ master, 2.0.0 ]
pull_request:
branches: [ master ]
branches: [ master, 2.0.0 ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 4 * * 1,3,5'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/5-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Scheduler Tests

on:
push:
branches: [ master ]
branches: [ master, 2.0.0 ]
pull_request:
branches: [ master ]
branches: [ master, 2.0.0 ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 5 * * 1,3,5'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/6-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Performance Tests

on:
push:
branches: [ master ]
branches: [ master, 2.0.0 ]
pull_request:
branches: [ master ]
branches: [ master, 2.0.0 ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: '30 6 * * 1,3,5'
Expand Down

0 comments on commit c11fa85

Please sign in to comment.