Skip to content

Commit

Permalink
fix: GitHub.action.update (#76)
Browse files Browse the repository at this point in the history
* fix: disable building upon pull request

* chore: bump version
  • Loading branch information
wphyojpl authored Sep 6, 2022
1 parent a24dce7 commit f969a95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build Docker file CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# pull_request:
# branches: [ main ]

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# pull_request:
# branches: [ main ]

env:
ARTIFACT_BASE_NAME: cumulus_lambda_functions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="cumulus_lambda_functions",
version="1.6.18",
version="1.6.19",
packages=find_packages(),
install_requires=install_requires,
tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage'],
Expand Down

0 comments on commit f969a95

Please sign in to comment.