diff --git a/.github/workflows/node-flow-fsts-daily-regression.yaml b/.github/workflows/node-flow-fsts-daily-regression.yaml index 2f3b8a7ce695..6a2bb0802d5d 100644 --- a/.github/workflows/node-flow-fsts-daily-regression.yaml +++ b/.github/workflows/node-flow-fsts-daily-regression.yaml @@ -56,24 +56,24 @@ jobs: secrets: access-token: ${{ secrets.PLATFORM_GH_ACCESS_TOKEN }} - interval-03: - name: Interval 3 - uses: ./.github/workflows/platform-zxc-launch-jrs-workflow.yaml - needs: - - interval-02 - with: - ref: ${{ github.event.inputs.ref || github.sha }} - branch-name: ${{ github.event.inputs.branch-name || github.ref_name }} - workflow-file: node-flow-fsts-daily-interval-03.yaml - concurrency-group: ${{ github.event.inputs.ref || github.sha }}-node-flow-fsts-daily-group-03 - secrets: - access-token: ${{ secrets.PLATFORM_GH_ACCESS_TOKEN }} +# interval-03: +# name: Interval 3 +# uses: ./.github/workflows/platform-zxc-launch-jrs-workflow.yaml +# needs: +# - interval-02 +# with: +# ref: ${{ github.event.inputs.ref || github.sha }} +# branch-name: ${{ github.event.inputs.branch-name || github.ref_name }} +# workflow-file: node-flow-fsts-daily-interval-03.yaml +# concurrency-group: ${{ github.event.inputs.ref || github.sha }}-node-flow-fsts-daily-group-03 +# secrets: +# access-token: ${{ secrets.PLATFORM_GH_ACCESS_TOKEN }} interval-04: name: Interval 4 uses: ./.github/workflows/platform-zxc-launch-jrs-workflow.yaml needs: - - interval-03 + - interval-02 with: ref: ${{ github.event.inputs.ref || github.sha }} branch-name: ${{ github.event.inputs.branch-name || github.ref_name }}