We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58e5d1 commit 74c3403Copy full SHA for 74c3403
3 files changed
.github/workflows/publish-build.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: ./.github/workflows/python-tests.yml
11
12
publish:
13
+ needs: verify
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
.github/workflows/python-tests.yml
@@ -9,6 +9,7 @@ on:
9
# Run integration tests daily at 6 AM UTC to catch AWS API changes
- cron: '0 6 * * *'
workflow_dispatch: # Allow manual triggering
+ workflow_call: # Allow this workflow to be called by other workflows
env:
POETRY_VERSION: "1.7.1"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "spot-optimizer"
3
-version = "1.1.0"
+version = "1.2.0"
4
description = "AWS EC2 spot instance optimizer"
5
authors = ["Amar Prakash <amar.om1994@gmail.com>"]
6
readme = "README.md"
0 commit comments