Skip to content

Commit

Permalink
tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adolsalamanca committed Jan 25, 2024
1 parent 1959f31 commit ec1e45a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/dependency-review.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/publish-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Publish to ECR
on:
push:
tags: ['*']
branches-ignore:
- timescale # This is how our main branch is called.

env:
ALL_OS: ${{ vars.ALL_OS }}
ALL_ARCH_linux: ${{ vars.ALL_ARCH_LINUX }}

jobs:
ecr-private:
name: Push to ECR Private
Expand Down Expand Up @@ -42,6 +49,7 @@ jobs:
run: make -j `nproc` all-push

ecr-public:
if: ${{ vars.SKIP_ECR_PUBLIC != 'true' }}
name: Push to ECR Public
runs-on: ubuntu-latest
environment: ecr-public
Expand Down

0 comments on commit ec1e45a

Please sign in to comment.