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 5182877 commit 9efd150Copy full SHA for 9efd150
.github/workflows/main-build.yml
@@ -6,7 +6,6 @@ on:
6
- main
7
- "release/v*"
8
- ci-workflow
9
- - nightly-dependency-updates
10
workflow_dispatch: # be able to run the workflow on demand
11
workflow_call:
12
inputs:
@@ -123,7 +122,7 @@ jobs:
123
122
name: "Publish Main Build Status"
124
needs: [ build, application-signals-e2e-test ]
125
runs-on: ubuntu-latest
126
- if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
+ if: always()
127
steps:
128
- name: Configure AWS Credentials for emitting metrics
129
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #5.0.0
0 commit comments