Skip to content

Commit 6ffee3a

Browse files
committed
Revert "let main build run on nightly build branch"
This reverts commit 807dc85.
1 parent 807dc85 commit 6ffee3a

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
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- "release/v*"
8-
- nightly-dependency-updates
98
workflow_dispatch:
109

1110
env:
@@ -110,7 +109,7 @@ jobs:
110109
name: "Publish Main Build Status"
111110
needs: [ build, application-signals-e2e-test ]
112111
runs-on: ubuntu-latest
113-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
112+
if: always()
114113
steps:
115114
- name: Configure AWS Credentials for emitting metrics
116115
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0

0 commit comments

Comments
 (0)