Skip to content

Commit 7465f44

Browse files
authored
fix: GitHub.action.update (#76)
* fix: disable building upon pull request * chore: bump version
1 parent 70fb836 commit 7465f44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/dockerbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build Docker file CI
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
6+
# pull_request:
7+
# branches: [ main ]
88

99
env:
1010
REGISTRY: ghcr.io

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Makefile CI
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
6+
# pull_request:
7+
# branches: [ main ]
88

99
env:
1010
ARTIFACT_BASE_NAME: cumulus_lambda_functions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="cumulus_lambda_functions",
19-
version="1.6.18",
19+
version="1.6.19",
2020
packages=find_packages(),
2121
install_requires=install_requires,
2222
tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage'],

0 commit comments

Comments
 (0)