From 39d412a6dcbc9db2e465b59e591897170ffb3b87 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:05:40 +0200 Subject: [PATCH] ci: allowing new tags for Windows Core Service (#1497) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/docker_cleanup.yml | 2 +- doc/changelog.d/1497.maintenance.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1497.maintenance.md diff --git a/.github/workflows/docker_cleanup.yml b/.github/workflows/docker_cleanup.yml index 08058ae1f2..91c41aefc9 100644 --- a/.github/workflows/docker_cleanup.yml +++ b/.github/workflows/docker_cleanup.yml @@ -26,4 +26,4 @@ jobs: with: package-name: 'geometry' token: ${{ secrets.GITHUB_TOKEN }} - tags-kept: 'windows-latest, windows-latest-unstable, linux-latest, linux-latest-unstable, 24.1, 24.2, 25.1, windows-24.1, windows-24.2, windows-25.1, linux-24.1, linux-24.2, linux-25.1' + tags-kept: 'windows-latest, windows-latest-unstable, windows-coreservice, windows-coreservice-unstable, linux-latest, linux-latest-unstable, 24.1, 24.2, 25.1, windows-24.1, windows-24.2, windows-25.1, linux-24.1, linux-24.2, linux-25.1' diff --git a/doc/changelog.d/1497.maintenance.md b/doc/changelog.d/1497.maintenance.md new file mode 100644 index 0000000000..401905a55f --- /dev/null +++ b/doc/changelog.d/1497.maintenance.md @@ -0,0 +1 @@ +allowing new tags for Windows Core Service \ No newline at end of file