We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a060f + a825198 commit 5cc52cfCopy full SHA for 5cc52cf
.github/workflows/deploy.yml
@@ -9,10 +9,11 @@ concurrency: deploy
9
10
jobs:
11
deploy-to-staging:
12
- name: Deploy
+ name: Deploy to staging
13
runs-on: ubuntu-latest
14
environment: staging
15
concurrency: staging
16
+ if: github.repository_owner == 'rust-lang'
17
permissions:
18
id-token: write
19
contents: read
@@ -47,10 +48,11 @@ jobs:
47
48
- name: Kick ECS to deploy new version
49
run: aws ecs update-service --service bors --cluster bors --force-new-deployment
50
deploy-to-production:
51
+ name: Deploy to production
52
53
environment: production
54
concurrency: production
55
56
57
58
0 commit comments