From 1d064a11d58a709bb723ddcdcfbf264e74de20a5 Mon Sep 17 00:00:00 2001 From: Elmar Kenigs Date: Fri, 21 Oct 2022 14:30:34 +0200 Subject: [PATCH] Removed schedule from acceptance test pipeline (#37) --- .github/workflows/acceptance.yml | 2 -- .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 7d9797a6..23c25747 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -4,8 +4,6 @@ on: push: branches: - main - schedule: - - cron: '0 */12 * * 1-5' # Monday to Friday every 6 hours workflow_dispatch: jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dcae407..aa97d135 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,5 +58,5 @@ jobs: git config --local user.name github-actions git config --local user.email actions@github.com git add **/package*.json - git commit -m "Updated package.json files after release ${GITHUB_REF#refs/*/}" + git commit -m "Updated package.json files after release ${GITHUB_REF#refs/*/} [skip ci]" git push