Skip to content

Commit

Permalink
Remove unused 'todo' job from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 19, 2024
1 parent 2e70953 commit 9f7ec1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ jobs:
lint:
name: Super Linter
uses: ./.github/workflows/lint.yml

todo:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
name: TODO
uses: ./.github/workflows/todo.yml
4 changes: 3 additions & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Todo Checker

on:
workflow_call:
push:
branches:
- master

permissions:
contents: read
Expand Down

0 comments on commit 9f7ec1a

Please sign in to comment.