Skip to content

Commit

Permalink
chore: add CI workflows names conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 29, 2024
1 parent 0ea7a6b commit f88ce8e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Check docs for broken links

on:
workflow_run:
workflows: ["pages-build-deployment"]
types: [completed]
types:
- completed
workflows:
- docs_deploy

jobs:
check-broken-link:
name: Check docs for broken links
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Docs
name: Deploy Docs to GitHub Pages

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Release Notes
name: Create PR with updated Release Notes

on:
workflow_dispatch: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ name: "CodeQL"
on:
pull_request:
types:
- review_requested
- opened
- synchronize
branches:
- main
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ name: 'Dependency Review'

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
paths:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test-PR
name: Run all tests

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smokeshow
name: Publish tests coverage to Smokeshow and set coverage % status to commit

on:
push:
Expand All @@ -20,7 +20,7 @@ jobs:

- run: pip install smokeshow

- uses: dawidd6/[email protected] # nosemgrep
- uses: dawidd6/[email protected] # nosemgrep
with:
workflow: test_pr.yaml
commit: ${{ github.event.workflow_run.head_sha }}
Expand Down
File renamed without changes.

0 comments on commit f88ce8e

Please sign in to comment.