Skip to content

Commit

Permalink
ci: fix unstable filter (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Mar 15, 2024
1 parent 4937f4b commit dbeab20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -729,14 +729,14 @@ workflows:
jobs:
- approve-deploy-images-unstable:
type: approval
# filters:
# branches:
# only: main
filters:
branches:
only: main
- approve-build-and-push-images-unstable:
type: approval
# filters:
# branches:
# only: main
filters:
branches:
only: main
- build-and-push:
name: build-and-push-unstable
aws-access-key-id: DEV_AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit dbeab20

Please sign in to comment.