diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11d1fbb6f6..9348a3f585 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,11 +64,6 @@ jobs: echo ${{ secrets.PAT }} | docker login ghcr.io -u airydevci --password-stdin ./scripts/push-images.sh - - name: Install aws cli - uses: chrislennon/action-aws-cli@v1.1 - env: - ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' - - name: Upload airy binary to S3 if: ${{ github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/release') || github.ref == 'refs/heads/main' }} run: | diff --git a/frontend/control-center/src/pages/Streams/Creation/index.tsx b/frontend/control-center/src/pages/Streams/Creation/index.tsx index 1faf43ce1f..4d9c2b4ecf 100644 --- a/frontend/control-center/src/pages/Streams/Creation/index.tsx +++ b/frontend/control-center/src/pages/Streams/Creation/index.tsx @@ -71,7 +71,7 @@ const Creation = (props: ListModeProps) => { } }; - const selectedFieldFirstTopic = field => { + const selectedFieldFirstTopic = field => { if (isSelected(field, true)) { setSelectedFieldsFirstTopic( selectedFieldsFirstTopic.filter(_field => { @@ -203,7 +203,7 @@ const Creation = (props: ListModeProps) => { backgroundColor: 'transparent', border: '1px solid gray', borderRadius: '10px', - pointerEvents: 'none' + pointerEvents: 'none', }} /> @@ -233,7 +233,7 @@ const Creation = (props: ListModeProps) => { backgroundColor: 'transparent', border: '1px solid gray', borderRadius: '10px', - pointerEvents: 'none' + pointerEvents: 'none', }} /> @@ -283,7 +283,7 @@ const Creation = (props: ListModeProps) => { backgroundColor: 'transparent', border: '1px solid gray', borderRadius: '10px', - pointerEvents: 'none' + pointerEvents: 'none', }} /> @@ -315,7 +315,7 @@ const Creation = (props: ListModeProps) => { backgroundColor: 'transparent', border: '1px solid gray', borderRadius: '10px', - pointerEvents: 'none' + pointerEvents: 'none', }} /> @@ -398,7 +398,7 @@ const Creation = (props: ListModeProps) => { backgroundColor: 'transparent', border: '1px solid gray', borderRadius: '10px', - pointerEvents: 'none' + pointerEvents: 'none', }} /> @@ -442,7 +442,7 @@ const Creation = (props: ListModeProps) => { backgroundColor: 'transparent', border: '1px solid gray', borderRadius: '10px', - pointerEvents: 'none' + pointerEvents: 'none', }} />