Skip to content

Commit

Permalink
Removed schedule from acceptance test pipeline (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmar Kenigs authored Oct 21, 2022
1 parent 504bb7b commit 1d064a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
schedule:
- cron: '0 */12 * * 1-5' # Monday to Friday every 6 hours
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
git config --local user.name github-actions
git config --local user.email [email protected]
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

0 comments on commit 1d064a1

Please sign in to comment.