Skip to content

Commit

Permalink
Deploy to central environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 23, 2024
1 parent e015199 commit e329474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ env:
PAYLOAD_REPOSITORY: ${{ github.event.inputs.github_repository }}
PAYLOAD_RUN_ID: ${{ github.event.inputs.run_id }}
DRY_RUN: ${{ github.event.inputs.dry_run || vars.DRY_RUN }}

concurrency:
# Group by repository and version
group: ${PAYLOAD_REPOSITORY}-${PAYLOAD_VERSION}
cancel-in-progress: true

jobs:
deploy_to_central:
environment: central
runs-on: ubuntu-latest
steps:
- name: Set environment variables
Expand Down

0 comments on commit e329474

Please sign in to comment.