Skip to content

Commit

Permalink
OPS: Update reusable workflows location
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 15, 2024
1 parent 58c6f97 commit 4131a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
deploy:
if: "!contains(github.event.head_commit.message, 'skipci')"
uses: octue/.github/.github/workflows/reusable-deploy-cloud-run-service.yml@main
uses: octue/workflows/.github/workflows/deploy-cloud-run-service.yml@main
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="turbsim-service",
version="0.2.0",
version="0.2.1",
author="Marcus Lugg <[email protected]>",
py_modules=["app"],
install_requires=[
Expand Down

0 comments on commit 4131a95

Please sign in to comment.