diff --git a/.github/workflows/ci-build-macos.yaml b/.github/workflows/ci-build-macos.yaml index 2eb3a8421e974..a7dd482992060 100644 --- a/.github/workflows/ci-build-macos.yaml +++ b/.github/workflows/ci-build-macos.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml index e36c5088a3b02..d4991e97207d0 100644 --- a/.github/workflows/ci-cpp.yaml +++ b/.github/workflows/ci-cpp.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-go-functions-style.yaml b/.github/workflows/ci-go-functions-style.yaml index f7004fc34117d..80d7e517eeba4 100644 --- a/.github/workflows/ci-go-functions-style.yaml +++ b/.github/workflows/ci-go-functions-style.yaml @@ -45,11 +45,6 @@ jobs: go-version: [1.11, 1.12, 1.13, 1.14] steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: Check out code into the Go module directory uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-go-functions-test.yaml b/.github/workflows/ci-go-functions-test.yaml index 5a015bd35fe30..fa7543b4b8404 100644 --- a/.github/workflows/ci-go-functions-test.yaml +++ b/.github/workflows/ci-go-functions-test.yaml @@ -47,11 +47,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: Check out code into the Go module directory uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-backwards-compatibility.yaml b/.github/workflows/ci-integration-backwards-compatibility.yaml index 295bc3c9261c2..b65c136734ad0 100644 --- a/.github/workflows/ci-integration-backwards-compatibility.yaml +++ b/.github/workflows/ci-integration-backwards-compatibility.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-cli.yaml b/.github/workflows/ci-integration-cli.yaml index 0898c460cbebb..89a07776775ef 100644 --- a/.github/workflows/ci-integration-cli.yaml +++ b/.github/workflows/ci-integration-cli.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-function-state.yaml b/.github/workflows/ci-integration-function-state.yaml index c1c1d3f323324..77df3fd321c14 100644 --- a/.github/workflows/ci-integration-function-state.yaml +++ b/.github/workflows/ci-integration-function-state.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-messaging.yaml b/.github/workflows/ci-integration-messaging.yaml index a8ecab845e5de..2c3f299edf07a 100644 --- a/.github/workflows/ci-integration-messaging.yaml +++ b/.github/workflows/ci-integration-messaging.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-process.yaml b/.github/workflows/ci-integration-process.yaml index cd8b970e940e8..783c963e4be9b 100644 --- a/.github/workflows/ci-integration-process.yaml +++ b/.github/workflows/ci-integration-process.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-schema.yaml b/.github/workflows/ci-integration-schema.yaml index 1657fdf886f4c..412e972d7937c 100644 --- a/.github/workflows/ci-integration-schema.yaml +++ b/.github/workflows/ci-integration-schema.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-sql.yaml b/.github/workflows/ci-integration-sql.yaml index 34695d9f57204..a394248ed3fef 100644 --- a/.github/workflows/ci-integration-sql.yaml +++ b/.github/workflows/ci-integration-sql.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-standalone.yaml b/.github/workflows/ci-integration-standalone.yaml index 54cad0a40b4ee..5f44a15b86e4a 100644 --- a/.github/workflows/ci-integration-standalone.yaml +++ b/.github/workflows/ci-integration-standalone.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-thread.yaml b/.github/workflows/ci-integration-thread.yaml index 3cddbfe1fcefd..4f2ad19a39093 100644 --- a/.github/workflows/ci-integration-thread.yaml +++ b/.github/workflows/ci-integration-thread.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-tiered-filesystem.yaml b/.github/workflows/ci-integration-tiered-filesystem.yaml index b6ecff0b1710e..4fb4d296ca64b 100644 --- a/.github/workflows/ci-integration-tiered-filesystem.yaml +++ b/.github/workflows/ci-integration-tiered-filesystem.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-tiered-jcloud.yaml b/.github/workflows/ci-integration-tiered-jcloud.yaml index c6dc04bf3633b..160aaa55c4d73 100644 --- a/.github/workflows/ci-integration-tiered-jcloud.yaml +++ b/.github/workflows/ci-integration-tiered-jcloud.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-integration-transaction.yaml b/.github/workflows/ci-integration-transaction.yaml index c4ab50412684c..4fe08c8bac440 100644 --- a/.github/workflows/ci-integration-transaction.yaml +++ b/.github/workflows/ci-integration-transaction.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-license.yaml b/.github/workflows/ci-license.yaml index 824c459caed43..1e27643b46348 100644 --- a/.github/workflows/ci-license.yaml +++ b/.github/workflows/ci-license.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 60 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-pulsar-website-build.yaml b/.github/workflows/ci-pulsar-website-build.yaml index 6c5268ef4b8e1..388c2c4593ed0 100644 --- a/.github/workflows/ci-pulsar-website-build.yaml +++ b/.github/workflows/ci-pulsar-website-build.yaml @@ -31,11 +31,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 diff --git a/.github/workflows/ci-shade-test.yaml b/.github/workflows/ci-shade-test.yaml index 13da545dd0e70..ddbf63977decf 100644 --- a/.github/workflows/ci-shade-test.yaml +++ b/.github/workflows/ci-shade-test.yaml @@ -37,11 +37,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit-broker-broker-gp1.yaml b/.github/workflows/ci-unit-broker-broker-gp1.yaml index 6ad4fc649732a..aa960a0d05a4e 100644 --- a/.github/workflows/ci-unit-broker-broker-gp1.yaml +++ b/.github/workflows/ci-unit-broker-broker-gp1.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit-broker-broker-gp2.yaml b/.github/workflows/ci-unit-broker-broker-gp2.yaml index ef8b9ff3e2dda..284924cde39ed 100644 --- a/.github/workflows/ci-unit-broker-broker-gp2.yaml +++ b/.github/workflows/ci-unit-broker-broker-gp2.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit-broker-client-api.yaml b/.github/workflows/ci-unit-broker-client-api.yaml index 6c820cdd00977..9e8512c1ae7ab 100644 --- a/.github/workflows/ci-unit-broker-client-api.yaml +++ b/.github/workflows/ci-unit-broker-client-api.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit-broker-client-impl.yaml b/.github/workflows/ci-unit-broker-client-impl.yaml index 739f585e86a74..989be8615a694 100644 --- a/.github/workflows/ci-unit-broker-client-impl.yaml +++ b/.github/workflows/ci-unit-broker-client-impl.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit-broker-other.yaml b/.github/workflows/ci-unit-broker-other.yaml index ddf8820a2a1b8..ac3d53d3a8287 100644 --- a/.github/workflows/ci-unit-broker-other.yaml +++ b/.github/workflows/ci-unit-broker-other.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit-proxy.yaml b/.github/workflows/ci-unit-proxy.yaml index 544737b51a094..193baeaee4140 100644 --- a/.github/workflows/ci-unit-proxy.yaml +++ b/.github/workflows/ci-unit-proxy.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml index 9ded97a3f1bd0..886bf77488828 100644 --- a/.github/workflows/ci-unit.yaml +++ b/.github/workflows/ci-unit.yaml @@ -39,11 +39,6 @@ jobs: timeout-minutes: 120 steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 - with: - access_token: ${{ github.token }} - - name: checkout uses: actions/checkout@v2 with: