Skip to content

Commit 6570d71

Browse files
committed
single job
1 parent a4e35f5 commit 6570d71

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/main-checks.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ on:
1212
jobs:
1313
checks:
1414
uses: ./.github/workflows/shared.yml
15+
16+
all-green:
17+
if: always()
18+
needs: [checks]
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
22+
with:
23+
jobs: ${{ toJSON(needs) }}

.github/workflows/shared.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,3 @@ jobs:
7777

7878
- name: Check README snippets are up to date
7979
run: uv run --frozen scripts/update_readme_snippets.py --check
80-
81-
check:
82-
if: always()
83-
needs: [pre-commit, test, readme-snippets]
84-
runs-on: ubuntu-latest
85-
steps:
86-
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
87-
with:
88-
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)