We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a8865 commit 9a9cf73Copy full SHA for 9a9cf73
.github/workflows/add-ci-passed-label.yml
@@ -74,7 +74,7 @@ jobs:
74
add_ci_passed_label:
75
name: Add 'ci-passed' label
76
runs-on: ubuntu-latest
77
- needs: fetch_data
+ needs: [fetch_data, reset_ci_passed_label]
78
steps:
79
- name: Add 'ci-passed' label
80
run: |
0 commit comments