diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 6ddad5893..fb3ce9db7 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -3,7 +3,7 @@ name: Integration Tests on: pull_request concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.event.repository.name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: diff --git a/jenkins-perf.planx-pla.net/manifest.json b/jenkins-perf.planx-pla.net/manifest.json index 6f21d71ac..8154aa545 100644 --- a/jenkins-perf.planx-pla.net/manifest.json +++ b/jenkins-perf.planx-pla.net/manifest.json @@ -134,4 +134,4 @@ "strategy": "auto" } } -} \ No newline at end of file +}