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