Skip to content

Commit cbc7169

Browse files
committed
Update success name
1 parent 120e40e commit cbc7169

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
contents: read
2626
id-token: write
2727

28-
success:
29-
name: Success
28+
complete:
29+
name: Main (complete)
3030
needs:
3131
- build-services
3232
- build-ruby
3333
- nix
3434
runs-on: ubuntu-24.04
3535
steps:
36-
- name: Success
36+
- name: Done
3737
run: |
38-
true
38+
echo 'DONE!'

0 commit comments

Comments
 (0)