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.
1 parent 74c6fb4 commit f5ba036Copy full SHA for f5ba036
.github/workflows/main-build.yml
@@ -122,7 +122,7 @@ jobs:
122
name: "Publish Main Build Status"
123
needs: [ build, application-signals-e2e-test ]
124
runs-on: ubuntu-latest
125
- if: always()
+ if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
126
steps:
127
- name: Configure AWS Credentials for emitting metrics
128
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #5.0.0
.github/workflows/nightly-build.yml
@@ -12,6 +12,9 @@ env:
12
AWS_DEFAULT_REGION: us-east-1
13
BRANCH_NAME: nightly-dependency-updates
14
15
+permissions:
16
+ id-token: write
17
+
18
jobs:
19
update-and-create-pr:
20
0 commit comments