From 1b8efa6c87869892bf56c9007e20b087c5eddd49 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 2 Feb 2024 20:05:25 -0800 Subject: [PATCH] Update CI and doc * Update to make sure that only one integration tests are run at one time * Update refernce to build file. --- .github/workflows/integration-tests.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index abbf06049..02cde0ba4 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,7 @@ jobs: permissions: id-token: write concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: integration-tests cancel-in-progress: false steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 79cddc620..f47630a17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sceptre -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Sceptre/sceptre/main.yaml)](https://github.com/Sceptre/sceptre/actions/workflows/main.yaml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Sceptre/sceptre/gate.yaml)](https://github.com/Sceptre/sceptre/actions/workflows/gate.yaml) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/sceptreorg/sceptre?logo=docker&sort=semver)](https://hub.docker.com/r/sceptreorg/sceptre) [![PyPI](https://img.shields.io/pypi/v/sceptre?logo=pypi)](https://pypi.org/project/sceptre/) [![PyPI - Status](https://img.shields.io/pypi/status/sceptre?logo=pypi)](https://pypi.org/project/sceptre/)