Skip to content

Commit 8cf6aac

Browse files
committed
Revert "update main build to run on nightly build branch"
This reverts commit e12d79c.
1 parent ea7f372 commit 8cf6aac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches:
55
- main
66
- "release/v*"
7-
- nightly-dependency-updates
87
workflow_dispatch: # be able to run the workflow on demand
98
env:
109
AWS_DEFAULT_REGION: us-east-1
@@ -269,7 +268,7 @@ jobs:
269268
name: "Publish Main Build Status"
270269
needs: [ build, e2e-test, contract-tests, application-signals-lambda-layer-build, application-signals-e2e-test ]
271270
runs-on: ubuntu-latest
272-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
271+
if: always()
273272
steps:
274273
- name: Configure AWS Credentials for emitting metrics
275274
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0

0 commit comments

Comments
 (0)