From 138955c196d97998ff3199ba5cfa9f4e325eb7d4 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Mon, 6 Nov 2023 16:10:25 -0800 Subject: [PATCH] Drop workflow_dispatch trigger I can't think of any good reason why one would need run check_datasets_xml.py between pushes. --- .github/workflows/check-datasets-xml.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/check-datasets-xml.yaml b/.github/workflows/check-datasets-xml.yaml index fe79cb8..e68e63a 100644 --- a/.github/workflows/check-datasets-xml.yaml +++ b/.github/workflows/check-datasets-xml.yaml @@ -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: