Skip to content

Commit ec61a23

Browse files
committed
little fix
1 parent 55e6526 commit ec61a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependencies.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
COMMIT_MESSAGE: "cargo update \n\n"
2323

2424
jobs:
25-
waiting-on-bors:
25+
not-waiting-on-bors:
2626
name: skip if S-waiting-on-bors
2727
runs-on: ubuntu-latest
2828
steps:
@@ -42,6 +42,7 @@ jobs:
4242
4343
update:
4444
name: update dependencies
45+
needs: not-waiting-on-bors
4546
runs-on: ubuntu-latest
4647
steps:
4748
- name: checkout the source code

0 commit comments

Comments
 (0)