Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li committed May 23, 2024
1 parent a504483 commit fb5044a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/indexer-build-and-push-dev-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/indexer-build-and-push-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/indexer-build-and-push-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/protocol-build-and-push-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/protocol/v1.x
=======
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))

jobs:
build-and-push-snapshot-dev:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/protocol-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/protocol/v1.x
=======
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))

jobs:
build-and-push-dev:
Expand Down

0 comments on commit fb5044a

Please sign in to comment.