Skip to content

Commit

Permalink
fix(ci): typo for required field in sequencer preview-env (#1500)
Browse files Browse the repository at this point in the history
## Summary
Updates a required pull-request label in order to create a preview env
for the sequencer component

## Background
There was a typo in the manifest configuration.

## Changes
- Changed `evm` to `sequencer` as a required PR label for creating
preview environments.

## Testing
These were manually applied to the existing argocd dev instance
  • Loading branch information
aajimal committed Sep 13, 2024
1 parent d2b9083 commit 0a83cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/argocd/pr-preview-envs/sequencer-appset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
labels:
# ALL of the following labels are required to be set on the PR for the app to be created
- preview
- evm
- sequencer
- docker-build
requeueAfterSeconds: 60
template:
Expand Down

0 comments on commit 0a83cae

Please sign in to comment.