We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d03812 commit cb06c97Copy full SHA for cb06c97
.github/workflows/dependencies.yml
@@ -25,6 +25,7 @@ env:
25
26
jobs:
27
not-waiting-on-bors:
28
+ if: github.repository_owner == 'rust-lang'
29
name: skip if S-waiting-on-bors
30
runs-on: ubuntu-latest
31
steps:
@@ -43,6 +44,7 @@ jobs:
43
44
fi
45
46
update:
47
48
name: update dependencies
49
needs: not-waiting-on-bors
50
@@ -76,6 +78,7 @@ jobs:
76
78
retention-days: 1
77
79
80
pr:
81
82
name: amend PR
83
needs: update
84
0 commit comments