Skip to content

Commit

Permalink
feat: test for stable 2.2
Browse files Browse the repository at this point in the history
Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>
  • Loading branch information
泰友 committed May 10, 2023
1 parent 9d87631 commit 2e3bea7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Integration Test

on:
schedule:
# Do conversion every day at 00:03 clock UTC
- cron: "3 0 * * *"
pull_request:
branches: ["**", "stable/**"]
workflow_dispatch:

jobs:
Expand All @@ -14,7 +13,7 @@ jobs:
matrix:
arch: [amd64]
fs_version: [5, 6]
branch: [master, stable/v2.1]
branch: [stable/v2.2]
steps:
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 2e3bea7

Please sign in to comment.