Skip to content

Commit

Permalink
fix: remove branch from deploy dev workflow (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Jan 9, 2024
1 parent 31893f7 commit 0d2d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
graasp-deploy-ecs-workflow:
name: Graasp Library
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/library-deploy-dev.yml@library-env-build
uses: graasp/graasp-deploy/.github/workflows/library-deploy-dev.yml@v1
# abort previous deployment if a newer one is in progress
concurrency:
group: deploy-development
Expand Down

0 comments on commit 0d2d787

Please sign in to comment.