diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bbf1a1c9adb..1f505f11617 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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: @@ -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