Skip to content

Commit

Permalink
Cleanup Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed Jan 24, 2024
1 parent 7f1be52 commit a964124
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# if: ${{ github.repository == 'codewars/factor' }}
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
Expand All @@ -28,7 +27,7 @@ jobs:
- name: Run Passing Example
run: bin/run passing

- name: Create Postbuild Info
- name: Report Postbuild Info
run: bin/info >> $GITHUB_STEP_SUMMARY

- name: Report Image Size
Expand Down

0 comments on commit a964124

Please sign in to comment.