Skip to content

Commit

Permalink
ci: Add dummy job for required checks
Browse files Browse the repository at this point in the history
Signed-off-by: Kostis Papazafeiropoulos <[email protected]>
  • Loading branch information
papazof committed Aug 29, 2024
1 parent 304a235 commit 34658bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ jobs:
with:
plugin: 'scripts'
secrets: inherit

# Dummy job for setting required checks
jobs_completed:
needs: [validate_files_and_commits, validate_code]
name: Jobs Completed
runs-on: self-hosted
steps:
- run: exit 0

0 comments on commit 34658bc

Please sign in to comment.