Skip to content

Commit

Permalink
Rename status check jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Dec 17, 2023
1 parent 412bad1 commit b4077e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
fail_on_failure: false
job_summary: false

beyond-doubt:
name: Beyond doubt
everything-is-fine:
name: Everything is fine
needs: [stack-publishing, stack-reporting]
runs-on: ubuntu-latest
4 changes: 2 additions & 2 deletions .github/workflows/convincing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: tools/target/coverage
if-no-files-found: ignore

convincing:
name: Convincing
everything-is-fine:
name: Everything is fine
needs: [up-to-images]
runs-on: ubuntu-latest
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail_on_failure: false
job_summary: false

sanity:
name: Sanity
everything-is-fine:
name: Everything is fine
needs: [up-to-binaries]
runs-on: ubuntu-latest

0 comments on commit b4077e8

Please sign in to comment.