From 4e4c361d678d3074821fadc692f472cedcef18cd Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Thu, 25 Jul 2024 19:22:47 +0200 Subject: [PATCH] Only notify opm-python-documentation when the file docstrings_common.json gets changed on master, not for a PR --- .../{dispatch_opm_simulators.yml => dispatch_opm_common.yml} | 4 ---- 1 file changed, 4 deletions(-) rename .github/workflows/{dispatch_opm_simulators.yml => dispatch_opm_common.yml} (89%) diff --git a/.github/workflows/dispatch_opm_simulators.yml b/.github/workflows/dispatch_opm_common.yml similarity index 89% rename from .github/workflows/dispatch_opm_simulators.yml rename to .github/workflows/dispatch_opm_common.yml index bc53a962893..bfc2f8689c0 100644 --- a/.github/workflows/dispatch_opm_simulators.yml +++ b/.github/workflows/dispatch_opm_common.yml @@ -5,10 +5,6 @@ on: branches: master paths: - 'python/docstrings_common.json' - pull_request: - branches: master - paths: - - 'python/docstrings_common.json' jobs: dispatch: