Skip to content

Commit

Permalink
Drop workflow_dispatch trigger
Browse files Browse the repository at this point in the history
I can't think of any good reason why one would need run
check_datasets_xml.py between pushes.
  • Loading branch information
douglatornell committed Nov 7, 2023
1 parent 0fc382e commit 138955c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-datasets-xml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: check-datasets-xml
on:
push:
branches: [ '*' ]
# Enable workflow to be triggered from GitHub CLI, browser, or via API
# primarily for testing conda env solution for new Python versions
workflow_dispatch:

jobs:
check-datasets-xml:
Expand Down

0 comments on commit 138955c

Please sign in to comment.