From e0015eba46c7a3ccb47a59a507963cd2ddf12a22 Mon Sep 17 00:00:00 2001 From: ok-nick Date: Wed, 19 Nov 2025 10:21:11 -0500 Subject: [PATCH] ci: Run Tier 1A checks on `check-release` --- .github/workflows/tier-1a.yml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tier-1a.yml b/.github/workflows/tier-1a.yml index 483ecfb44..0939616cf 100644 --- a/.github/workflows/tier-1a.yml +++ b/.github/workflows/tier-1a.yml @@ -59,7 +59,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -114,7 +115,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -169,7 +171,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -223,7 +226,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -279,7 +283,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -304,7 +309,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -343,7 +349,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -381,7 +388,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -429,7 +437,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -458,7 +467,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest @@ -482,7 +492,8 @@ jobs: github.event.pull_request.author_association == 'COLLABORATOR' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.user.login == 'dependabot[bot]' || - contains(github.event.pull_request.labels.*.name, 'safe to test') + contains(github.event.pull_request.labels.*.name, 'safe to test') || + contains(github.event.pull_request.labels.*.name, 'check-release') runs-on: ubuntu-latest