Skip to content

Commit 152f392

Browse files
committed
ci: adds final job for status checks
1 parent 1cee2a5 commit 152f392

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,11 @@ jobs:
123123
earthfiles: ${{ toJson(fromJson(needs.discover.outputs.result)['^release(-.*)?$']) }}
124124
forge_version: ${{ inputs.forge_version }}
125125
secrets:
126-
earthly_token: ${{ secrets.earthly_token }}
126+
earthly_token: ${{ secrets.earthly_token }}
127+
128+
final:
129+
needs: [check, build, package, test, publish, release]
130+
runs-on: ubuntu-latest
131+
steps:
132+
- name: Final
133+
run: echo "All done"

0 commit comments

Comments
 (0)