Skip to content

Commit 6035295

Browse files
chore: do not build
1 parent 84ef25e commit 6035295

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
files: ./coverage.xml
4343

44-
build:
45-
needs: test
46-
if: github.actor != 'actions[bot]'
47-
runs-on: ubuntu-latest
48-
steps:
49-
- uses: actions/checkout@v2
50-
with:
51-
ref: ${{ github.head_ref }}
52-
53-
- name: Build and Run Image
54-
run: |
55-
docker build -t api-to-dataframe .
56-
docker run api-to-dataframe
44+
# build:
45+
# needs: test
46+
# if: github.actor != 'actions[bot]'
47+
# runs-on: ubuntu-latest
48+
# steps:
49+
# - uses: actions/checkout@v2
50+
# with:
51+
# ref: ${{ github.head_ref }}
52+
53+
# - name: Build and Run Image
54+
# run: |
55+
# docker build -t api-to-dataframe .
56+
# docker run api-to-dataframe

0 commit comments

Comments
 (0)