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 807dc85 commit 6ffee3aCopy full SHA for 6ffee3a
.github/workflows/main-build.yml
@@ -5,7 +5,6 @@ on:
5
branches:
6
- main
7
- "release/v*"
8
- - nightly-dependency-updates
9
workflow_dispatch:
10
11
env:
@@ -110,7 +109,7 @@ jobs:
110
109
name: "Publish Main Build Status"
111
needs: [ build, application-signals-e2e-test ]
112
runs-on: ubuntu-latest
113
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
+ if: always()
114
steps:
115
- name: Configure AWS Credentials for emitting metrics
116
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
0 commit comments