From bf7e109a5c6ea639b7b45788fba3690f26c04488 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 9 Feb 2024 18:20:05 +0100 Subject: [PATCH] Update current feature --- .github/workflows/e2e-science.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-science.yml b/.github/workflows/e2e-science.yml index 37dfb9da..b95f205f 100644 --- a/.github/workflows/e2e-science.yml +++ b/.github/workflows/e2e-science.yml @@ -4,11 +4,12 @@ on: # At 05:00 UTC on every day-of-week from Monday through Friday. - cron: '0 5 * * 1-5' push: - branches: - - master - pull_request: - branches: - - master + # ciux does not support pull_request when trying not to build image + # branches: + # - master + # pull_request: + # branches: + # - master jobs: call-workflow-passing-data: uses: ./.github/workflows/e2e-common.yml