Skip to content

Commit b240714

Browse files
committed
ci: Remove zizmor job from check step.
1 parent 786c611 commit b240714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
check:
110110
name: Check
111111
if: always()
112-
needs: [lint, lint-github-actions, test]
112+
needs: [lint, test]
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Decide whether the needed jobs succeeded or failed

0 commit comments

Comments
 (0)