Skip to content

Commit 362669e

Browse files
CI: add "no-op" job
1 parent 5fe6223 commit 362669e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- "**.md"
1010

1111
jobs:
12+
no-op:
13+
1214
check:
1315
runs-on: ubuntu-latest
1416
strategy:
@@ -79,7 +81,7 @@ jobs:
7981
name: All checks succeeded
8082
if: success()
8183
runs-on: ubuntu-latest
82-
needs: [check, msrv, test, check-format, doc]
84+
needs: [no-op, check, msrv, test, check-format, doc]
8385
steps:
8486
- name: Mark the job as successful
8587
run: exit 0

0 commit comments

Comments
 (0)