Skip to content

Commit

Permalink
changing the name of the job in verify ci to be consistent with other…
Browse files Browse the repository at this point in the history
… workflows
  • Loading branch information
jmurret committed Apr 6, 2023
1 parent 8107861 commit 7915f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
on: [pull_request]

jobs:
noop:
verify-ci-success:
runs-on: ubuntu-latest
steps:
- run: echo "ok"
- run: echo "verify-ci succeeded"

0 comments on commit 7915f71

Please sign in to comment.