Skip to content

Commit

Permalink
remove push event from GHA linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jan 28, 2025
1 parent 911b139 commit 9bf24be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nf_core/pipelines/lint/actions_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def actions_ci(self):
# Check that the action is turned on for the correct events
try:
# NB: YAML dict key 'on' is evaluated to a Python dict key True
if "dev" not in ciwf[True]["push"]["branches"]:
raise AssertionError()
pr_subtree = ciwf[True]["pull_request"]
if not (
pr_subtree is None
Expand Down

0 comments on commit 9bf24be

Please sign in to comment.