diff --git a/.github/workflows/bookie-tests.yml b/.github/workflows/bookie-tests.yml index fb1d24158f6..b5c402caef4 100644 --- a/.github/workflows/bookie-tests.yml +++ b/.github/workflows/bookie-tests.yml @@ -27,6 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' + workflow_dispatch: env: @@ -38,11 +39,6 @@ jobs: runs-on: ubuntu-latest 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/client-tests.yml b/.github/workflows/client-tests.yml index 5524c18c50d..1291ae3dbb7 100644 --- a/.github/workflows/client-tests.yml +++ b/.github/workflows/client-tests.yml @@ -27,6 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' + workflow_dispatch: env: @@ -38,11 +39,6 @@ jobs: runs-on: ubuntu-latest 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/compatibility-check-java11.yml b/.github/workflows/compatibility-check-java11.yml index 701d39fb70d..d3cc36c3db0 100644 --- a/.github/workflows/compatibility-check-java11.yml +++ b/.github/workflows/compatibility-check-java11.yml @@ -27,6 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' + workflow_dispatch: env: MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 @@ -37,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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/compatibility-check-java8.yml b/.github/workflows/compatibility-check-java8.yml index dc96c40e249..a9ab3773928 100644 --- a/.github/workflows/compatibility-check-java8.yml +++ b/.github/workflows/compatibility-check-java8.yml @@ -27,6 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' + workflow_dispatch: env: MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 @@ -37,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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/integration-tests.yml b/.github/workflows/integration-tests.yml index 41e2fcb8167..dcca8827033 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -27,7 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' - + workflow_dispatch: env: MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 @@ -38,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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/pr-validation.yml b/.github/workflows/pr-validation.yml index 5e4b7e4565f..ea24b70590a 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -27,7 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' - + workflow_dispatch: env: MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 @@ -38,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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/remaining-tests.yml b/.github/workflows/remaining-tests.yml index 7e05abe363b..498d58bfc04 100644 --- a/.github/workflows/remaining-tests.yml +++ b/.github/workflows/remaining-tests.yml @@ -27,6 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' + workflow_dispatch: env: MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 @@ -37,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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/replication-tests.yml b/.github/workflows/replication-tests.yml index b0ba1359f92..7cd66094262 100644 --- a/.github/workflows/replication-tests.yml +++ b/.github/workflows/replication-tests.yml @@ -38,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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/tls-tests.yml b/.github/workflows/tls-tests.yml index 1f16c6e6b06..134b779c864 100644 --- a/.github/workflows/tls-tests.yml +++ b/.github/workflows/tls-tests.yml @@ -27,7 +27,7 @@ on: - branch-* paths-ignore: - 'site/**' - + workflow_dispatch: env: MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 @@ -38,11 +38,6 @@ jobs: runs-on: ubuntu-latest 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: