-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed schedule from acceptance test pipeline (#37)
- Loading branch information
Elmar Kenigs
authored
Oct 21, 2022
1 parent
504bb7b
commit 1d064a1
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |