From 77a6f49c9b389908a7aef809cca09c73ff103d51 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 24 Dec 2025 06:45:41 +0000 Subject: [PATCH] ci: remove jsok/serialize-workflow-action dependency Deployments to test servers will not be cancelled anymore, but it is not clear if we even want it. This setup is much simpler because it only depends on GitHub Actions features and does not allocate a runner just to sleep there and wait in the queue. --- .github/workflows/test-and-deploy-ipv4only.yaml | 7 +------ .github/workflows/test-and-deploy.yaml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-and-deploy-ipv4only.yaml b/.github/workflows/test-and-deploy-ipv4only.yaml index 24a11779..3a464864 100644 --- a/.github/workflows/test-and-deploy-ipv4only.yaml +++ b/.github/workflows/test-and-deploy-ipv4only.yaml @@ -19,13 +19,8 @@ jobs: environment: name: staging-ipv4.testrun.org url: https://staging-ipv4.testrun.org/ - concurrency: - group: ci-ipv4-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ !contains(github.ref, '$GITHUB_REF') }} + concurrency: staging-ipv4.testrun.org steps: - - uses: jsok/serialize-workflow-action@515cd04c46d7ea7435c4a22a3b4419127afdefe9 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v4 - name: prepare SSH diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 3640acb8..cd600a65 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -19,13 +19,8 @@ jobs: environment: name: staging2.testrun.org url: https://staging2.testrun.org/ - concurrency: - group: ci-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ !contains(github.ref, '$GITHUB_REF') }} + concurrency: staging2.testrun.org steps: - - uses: jsok/serialize-workflow-action@515cd04c46d7ea7435c4a22a3b4419127afdefe9 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v4 - name: prepare SSH